diff options
author | rpj <rpj> | 1998-07-26 14:49:34 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-26 14:49:34 +0000 |
commit | 537fe68bc5ca2dd75f4f54146a50a39c5b55b8e3 (patch) | |
tree | 25adc4da03898e307d43f8dcc3450b3b5260c867 /ChangeLog | |
parent | 779359d2cf050c2885a05b81774b87b82466a471 (diff) |
Mon Jul 27 00:20:37 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* private.c (_pthread_delete_thread_entry): Destroy the thread
entry attribute object before deleting the thread entry itself.
* attr.c (pthread_attr_init): Initialise cancel_pending = FALSE.
(pthread_attr_setdetachstate): Rename "detached" to "detachedstate".
(pthread_attr_getdetachstate): Ditto.
* exit.c (_pthread_exit): Fix incorrect check for detachedstate.
* implement.h (_pthread_call_t): Remove env member.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Jul 27 00:20:37 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * private.c (_pthread_delete_thread_entry): Destroy the thread + entry attribute object before deleting the thread entry itself. + + * attr.c (pthread_attr_init): Initialise cancel_pending = FALSE. + (pthread_attr_setdetachstate): Rename "detached" to "detachedstate". + (pthread_attr_getdetachstate): Ditto. + + * exit.c (_pthread_exit): Fix incorrect check for detachedstate. + + * implement.h (_pthread_call_t): Remove env member. + Sun Jul 26 13:06:12 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * implement.h (_pthread_new_thread_entry): Fix prototype. |