summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--implement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h
index 2e8cbca..62f7892 100644
--- a/implement.h
+++ b/implement.h
@@ -19,7 +19,7 @@ typedef struct {
} _pthread_attr_t;
typedef struct {
- int pshared;
+ /* Nothing needed yet. */
} _pthread_mutexattr_t;
typedef struct {