diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h index 62f7892..254d86f 100644 --- a/implement.h +++ b/implement.h @@ -23,7 +23,7 @@ typedef struct { } _pthread_mutexattr_t; typedef struct { - int pshared; + /* Nothing needed yet. */ } _pthread_condattr_t; #endif /* _IMPLEMENT_H */ |