summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorbje <bje>1998-07-17 08:09:47 +0000
committerbje <bje>1998-07-17 08:09:47 +0000
commit7e4a4a062e3233b04f4d5ca3c728aca70261660d (patch)
tree12fbde639d89436caba20a88bbb22f74159215e3 /implement.h
parenta840c9d7891063e64334dd5d9fcb99a009bbfdf4 (diff)
1998-07-17 Ben Elliston <bje@cygnus.com>
* implement.h (_pthread_mutexattr_t): Remove shared attribute.
Diffstat (limited to 'implement.h')
-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 {