diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/implement.h b/implement.h index 2a7e192..4f9a3e2 100644 --- a/implement.h +++ b/implement.h @@ -35,14 +35,6 @@ typedef struct { size_t stacksize; } _pthread_attr_t; -typedef struct { - /* Nothing needed yet. */ -} _pthread_mutexattr_t; - -typedef struct { - /* Nothing needed yet. */ -} _pthread_condattr_t; - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ |