diff options
author | bje <bje> | 1998-07-24 05:20:10 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-24 05:20:10 +0000 |
commit | d0870a69bfaea4e1c57b2fced2477b0546bb7006 (patch) | |
tree | 7e4881be30089a0db9e4fc43f940e229d8d56d43 /ChangeLog | |
parent | d466c3dd4146d6277bf4006a597897227893a368 (diff) |
1998-07-24 Ben Elliston <bje@cygnus.com>
* sync.c (pthread_detach): Close the Win32 thread handle to
emulate detached (or daemon) threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +1998-07-24 Ben Elliston <bje@cygnus.com> + + * sync.c (pthread_detach): Close the Win32 thread handle to + emulate detached (or daemon) threads. + Fri Jul 24 03:00:25 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * sync.c (pthread_join): Save valueptr arg in joinvalueptr for |