diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-01-23 09:47:03 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-01-23 09:47:03 -0800 |
commit | e64b864d6d4e020a94d3931704ccea50d1a20b82 (patch) | |
tree | 3f9e821fd6fcfb54adacca77f0426b398fbcc964 /libpthread/nptl/ChangeLog | |
parent | 47fd3a30139335207002481f747747e4e2a5bbb0 (diff) |
nptl: timer_routines.c (timer_helper_thread):
Use sigfillset. Document that sigfillset does the right thing wrt
to SIGSETXID.
Sync with glibc
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/ChangeLog')
-rw-r--r-- | libpthread/nptl/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libpthread/nptl/ChangeLog b/libpthread/nptl/ChangeLog index 7d103e655..92bd22af7 100644 --- a/libpthread/nptl/ChangeLog +++ b/libpthread/nptl/ChangeLog @@ -1,6 +1,8 @@ 2005-08-23 Ulrich Drepper <drepper@redhat.com> - * sysdeps/unix/sysv/linux/timer_routines.c: Don't block SIGSETXID ever. + * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread): + Use __sigfillset. Document that sigfillset does the right thing wrt + to SIGSETXID. 2005-07-11 Jakub Jelinek <jakub@redhat.com> @@ -223,6 +225,7 @@ 2005-02-14 Alan Modra <amodra@bigpond.net.au> + [BZ #721] * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Redefine to suit gcc4. |