diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-21 07:48:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-21 07:48:10 +0000 |
commit | 6a87ee1943f6eb52b04bf11098415bed614f9253 (patch) | |
tree | 0bb151744af4ff5a867728210617a1691d72e7d2 /nptl/ChangeLog | |
parent | e7608d778994e0236b2fe66ec70bb0c5a0aa0282 (diff) | |
download | glibc-6a87ee1943f6eb52b04bf11098415bed614f9253.tar.gz glibc-6a87ee1943f6eb52b04bf11098415bed614f9253.tar.xz glibc-6a87ee1943f6eb52b04bf11098415bed614f9253.zip |
Update.
* signal/sigfillset.c: Moved to... * sysdeps/generic/sigfillset.c: ...here. If SIGCANCEL is defined do not set the corresponding bit.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 88af72f057..d79514fc4b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2003-04-21 Ulrich Drepper <drepper@redhat.com> + * sysdeps/pthread/sigfillset.c: New file. + * init.c (__pthread_initialize_minimal): Don't block SIGTIMER. * pthreadP.h: Make SIGTIMER and SIGCANCEL the same. * sysdeps/pthread/pthread_sigmask.c: Remove handling of SIGTIMER. |