diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-23 14:33:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-23 14:33:08 +0000 |
commit | fd4af66481e49b3dca42ecb0eadf75dbeea09bfc (patch) | |
tree | 3f47737268d8ac5c39a198a6850aa3b2df061da9 /nptl/ChangeLog | |
parent | f9a906e786fbca1b0bdfe7d3842610ca87035958 (diff) | |
download | glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.tar.gz glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.tar.xz glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.zip |
* sysdeps/unix/sysv/linux/Versions: Export Inotify_* syscalls.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 48dd6dc792..7d103e6551 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/timer_routines.c: Don't block SIGSETXID ever. + 2005-07-11 Jakub Jelinek <jakub@redhat.com> [BZ #1102] |