diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-03 19:54:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-03 19:54:08 +0000 |
commit | 85fe199795c91510ad495c04aea535705ad9abb5 (patch) | |
tree | 2be65f4998065544439cd659c784f128db560604 /nptl/ChangeLog | |
parent | 4f75b7a09a57e0d33ee0741c18114ce8ac5d6c3f (diff) | |
download | glibc-85fe199795c91510ad495c04aea535705ad9abb5.tar.gz glibc-85fe199795c91510ad495c04aea535705ad9abb5.tar.xz glibc-85fe199795c91510ad495c04aea535705ad9abb5.zip |
Remove some pre-2.6.0 Linux kernel conditionals.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6969fd256d..bf9bf926b6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-08-03 Joseph Myers <joseph@codesourcery.com> + + * nptl-init.c (sigcancel_handler) [__ASSUME_CORRECT_SI_PID]: Make + code unconditional. + (sighandler_setxid) [__ASSUME_CORRECT_SI_PID]: Likewise. + 2012-07-28 Siddhesh Poyarekar <siddhesh@redhat.com> * tst-pthread-getattr.c (MAX_STACK_SIZE): New macro. |