summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-12 15:09:26 +0000
committerbje <bje>1998-07-12 15:09:26 +0000
commit81fc28d29a37bf2906025a5648e92a6503479e97 (patch)
tree4835b4ef32d8ba41cc5ed5878608bd397376a059 /ChangeLog
parent14ddcb3dbf40fd94be9377112d24f65ca78d073d (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da931e5..5d7801a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,25 @@
1998-07-13 Ben Elliston <bje@cygnus.com>
+ * condvar.c (pthread_condattr_init): Implement.
+ (pthread_condattr_destroy): Likewise.
+ (pthread_condattr_setpshared): Likewise.
+ (pthread_condattr_getpshared): Likewise.
+
* implement.h (PTHREAD_THREADS_MAX): Remove trailing semicolon.
(PTHREAD_STACK_MIN): Specify; needs confirming.
(_pthread_attr_t): Define this type.
(_pthread_condattr_t): Likewise.
* pthread.h (pthread_mutex_t): Define this type.
+ (pthread_condattr_t): Likewise.
(pthread_mutex_destroy): Add function prototype.
(pthread_lock): Likewise.
(pthread_trylock): Likewise.
(pthread_unlock): Likewise.
+ (pthread_condattr_init): Likewise.
+ (pthread_condattr_destroy): Likewise.
+ (pthread_condattr_setpshared): Likewise.
+ (pthread_condattr_getpshared): Likewise.
* mutex.c (pthread_mutex_init): Implement.
(pthread_mutex_destroy): Likewise.