summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorbje <bje>1998-07-17 14:04:02 +0000
committerbje <bje>1998-07-17 14:04:02 +0000
commitd768d3b9e6ef5ee6984ede15703ce3aa6641c265 (patch)
treeaf3c716c1978caa54e04a39ead5db09d88d2fa53 /implement.h
parent6002595e3c1f49c2a1fa337e4d86013325a0c44c (diff)
1998-07-18 Ben Elliston <bje@cygnus.com>
* implement.h (_pthread_condattr_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 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 */