From 81fc28d29a37bf2906025a5648e92a6503479e97 Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 12 Jul 1998 15:09:26 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index da931e5..5d7801a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,25 @@ 1998-07-13 Ben Elliston + * 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. -- cgit v1.2.3