diff options
author | rpj <rpj> | 1998-08-06 06:48:36 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-08-06 06:48:36 +0000 |
commit | d744426ab4fb090632d6499c1f668b8f37abe469 (patch) | |
tree | bd8feab4b78c0faf38672b41cc58f325be4af344 /ChangeLog | |
parent | 9513a4df26d02f1326f31bccedf9e4dc5cfe3801 (diff) |
Thu Aug 6 15:19:22 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* condvar.c (pthread_cond_init): Add address-of operator & to
arg 1 of pthread_mutex_init() call.
(pthread_cond_destroy): Add address-of operator & to
arg 1 of pthread_mutex_destroy() call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Thu Aug 6 15:19:22 1998 Ross Johnson <rpj@swan.canberra.edu.au> + * condvar.c (pthread_cond_init): Add address-of operator & to + arg 1 of pthread_mutex_init() call. + (pthread_cond_destroy): Add address-of operator & to + arg 1 of pthread_mutex_destroy() call. + * cleanup.c (_pthread_destructor_pop_all): Add (int) cast to pthread_getspecific() arg. (_pthread_destructor_pop): Add (void *) cast to "if" conditional. |