diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:25:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:25:03 +0000 |
commit | 2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7 (patch) | |
tree | 45599e16cfa7888cb861991cd69b5ed7dfa7c0da /ChangeLog | |
parent | af269dd9541f881695ac27ad951c094b8dbd4738 (diff) | |
download | glibc-2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7.tar glibc-2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7.tar.gz glibc-2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7.tar.bz2 glibc-2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7.zip |
[BZ #4525]
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
* sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
* sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-05-21 Jakub Jelinek <jakub@redhat.com> + [BZ #4525] + * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait. + * sysdeps/unix/sysv/linux/epoll_pwait.c: New file. + * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove. + + * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare. + [BZ #4514] * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, reinitialize workend at the start of each do_positional format spec |