diff options
| author | bje <bje> | 1998-07-12 15:09:26 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-07-12 15:09:26 +0000 | 
| commit | 81fc28d29a37bf2906025a5648e92a6503479e97 (patch) | |
| tree | 4835b4ef32d8ba41cc5ed5878608bd397376a059 | |
| parent | 14ddcb3dbf40fd94be9377112d24f65ca78d073d (diff) | |
	* ChangeLog: Update.
| -rw-r--r-- | ChangeLog | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -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. | 
