diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-15 19:59:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-15 19:59:57 +0000 |
commit | 933c64a356e129481238b6e2bf4b75e4e23a0b90 (patch) | |
tree | 6817c4c0e03bfa70bfa3a86e419d4c8a95099d12 /ChangeLog | |
parent | fcae3b76f63626b0e587f8e3b40191136e36041b (diff) | |
download | glibc-933c64a356e129481238b6e2bf4b75e4e23a0b90.zip glibc-933c64a356e129481238b6e2bf4b75e4e23a0b90.tar.gz glibc-933c64a356e129481238b6e2bf4b75e4e23a0b90.tar.bz2 |
* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,
epoll_wait): Align with poll, make cancelable.
2005-11-15 Jakub Jelinek <jakub@redhat.com>
* io/sys/stat.h (fstatat): Don't use __THROW together with
__REDIRECT_NTH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-11-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl, + epoll_wait): Align with poll, make cancelable. + +2005-11-15 Jakub Jelinek <jakub@redhat.com> + + * io/sys/stat.h (fstatat): Don't use __THROW together with + __REDIRECT_NTH. + 2005-11-14 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. |