From d7fdf758237b40486e68774593c263fc6aa822f8 Mon Sep 17 00:00:00 2001 From: bje Date: Thu, 23 Jul 1998 15:56:26 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e52e5d..14d1151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ 1998-07-24 Ben Elliston + * pthread.h (PTHREAD_CREATE_JOINABLE): Define. + (PTHREAD_CREATE_DETACHED): Likewise. + (pthread_attr_t): Add new structure member `detached'. + (pthread_attr_getdetachstate): Add function prototype. + (pthread_attr_setdetachstate): Likewise. + + * sync.c (pthread_join): Return if the target thread is detached. + * attr.c (pthread_attr_init): Initialise cancelability and canceltype structure members. + (pthread_attr_getdetachstate): Implement. + (pthread_attr_setdetachstate): Likewise. * implement.h (_PTHREAD_CANCEL_DEFAULTS): Remove. Bit fields proved to be too cumbersome. Set the defaults in attr.c using the -- cgit v1.2.3