diff options
author | rpj <rpj> | 1998-07-31 02:10:03 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-31 02:10:03 +0000 |
commit | 0bc99fb6243a64c6f9a4d503382e9125adeb85a0 (patch) | |
tree | 5d0899fe95d32928070aa10dffccbf0b8da09dd5 /ChangeLog | |
parent | 46dc6c8f550e64ed07650b98ea437fdbb1de54c7 (diff) |
Fri Jul 31 00:05:45 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* implement.h (_pthread_handler_pop_all): Add prototype.
(_pthread_destructor_pop_all): Ditto.
* cleanup.c (_pthread_destructor_push): Implement. This is just a
call to _pthread_handler_push().
(_pthread_destructor_pop_all): Implement. This is significantly
different to _pthread_handler_pop_all().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Fri Jul 31 00:05:45 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + * implement.h (_pthread_handler_pop_all): Add prototype. + (_pthread_destructor_pop_all): Ditto. + + * cleanup.c (_pthread_destructor_push): Implement. This is just a + call to _pthread_handler_push(). + (_pthread_destructor_pop_all): Implement. This is significantly + different to _pthread_handler_pop_all(). + * Makefile (SRCS): Create. Preliminary. * windows.h: Create. Contains Win32 definitions for compile |