summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread.h b/pthread.h
index de84697..b3d76e9 100644
--- a/pthread.h
+++ b/pthread.h
@@ -125,8 +125,8 @@ typedef struct {
pthread_mutex_t waiters_count_lock;
} pthread_cond_t;
-typedef struct { void * ptr; } pthread_condattr_t;
-typedef struct { void * ptr; } pthread_mutexattr_t;
+typedef struct { void * dummy; } pthread_condattr_t;
+typedef struct { void * dummy; } pthread_mutexattr_t;
typedef struct {
unsigned short flag;