diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
commit | 0543cd2694e19a95572421988cce8c6c170e2aba (patch) | |
tree | b0b8793f4da6fbdcc24fe85d97f29ace5b4feb74 /linuxthreads/ChangeLog | |
parent | 6e0d277c5ee4b443f58e2aeea305cee520e326d6 (diff) | |
download | glibc-0543cd2694e19a95572421988cce8c6c170e2aba.zip glibc-0543cd2694e19a95572421988cce8c6c170e2aba.tar.gz glibc-0543cd2694e19a95572421988cce8c6c170e2aba.tar.bz2 |
Update.
1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* misc/syslog.c (vsyslog): Remember errno for %m format. Fix
check for priority mask.
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 352b343..363712f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,18 @@ +1999-02-12 H.J. Lu <hjl@gnu.org> + + * Versions (__libc_current_sigrtmin, __libc_current_sigrtmax, + __libc_allocate_rtsig): Added to GLIBC_2.1. + + * internals.h (DEFAULT_SIG_RESTART): Removed. + (DEFAULT_SIG_CANCEL): Removed. + + * pthread.c (init_rtsigs, __libc_current_sigrtmin, + __libc_current_sigrtmax, __libc_allocate_rtsig): New functions. + (__pthread_sig_restart, __pthread_sig_cancel, + __pthread_sig_debug): Initialized. + (pthread_initialize): Call init_rtsigs () to initialize + real-time signals. + 1999-02-03 H.J. Lu <hjl@gnu.org> * manager.c (__pthread_manager): Do block __pthread_sig_debug. |