diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 17:29:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 17:29:18 +0000 |
commit | 8f0302ee6720d9cc86186fa29e939c6e0dfde775 (patch) | |
tree | 3985d3b8d2e8797ad478bef7c0825d1fa7de4283 /linuxthreads/ChangeLog | |
parent | 4487e30b40031d789f50f684a58b46fd2ea813cd (diff) | |
download | glibc-8f0302ee6720d9cc86186fa29e939c6e0dfde775.tar.gz glibc-8f0302ee6720d9cc86186fa29e939c6e0dfde775.tar.xz glibc-8f0302ee6720d9cc86186fa29e939c6e0dfde775.zip |
Update.
* libio/iofopen.c (_IO_fopen): Pass correct value as fourth parameter to _IO_file_fopen. * libio/iofopen64.c (_IO_fopen64): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a4ee453a5a..e65ee76222 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,18 @@ +1999-01-24 H.J. Lu <hjl@gnu.org> + + * manager.c (__pthread_manager): Delete __pthread_sig_debug + from mask if __pthread_sig_debug > 0. + (pthread_handle_create): Increment __pthread_handles_num. + + * manager.c (pthread_handle_create): Don't pass CLONE_PTRACE to clone. + * pthread.c (__pthread_initialize_manager): Likewise. + + * pthread.c (pthread_initialize): Use __libc_allocate_rtsig (1) + instead of __libc_allocate_rtsig (2). + (__pthread_initialize_manager): Send __pthread_sig_debug to gdb + instead of __pthread_sig_cancel. + (pthread_handle_sigdebug): Fix comments. + 1999-01-21 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_allocate_stack): Set |