diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-01 23:49:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-01 23:49:18 +0000 |
commit | ebcc1f4d75a9c76509e29474fd77f14704328a9d (patch) | |
tree | 90ac486aaffc924dd3d8c2b308755536df9cf70d /NEWS | |
parent | 144bfa86e2dee39d4085acf9172044daf162b9ec (diff) | |
download | glibc-ebcc1f4d75a9c76509e29474fd77f14704328a9d.tar glibc-ebcc1f4d75a9c76509e29474fd77f14704328a9d.tar.gz glibc-ebcc1f4d75a9c76509e29474fd77f14704328a9d.tar.bz2 glibc-ebcc1f4d75a9c76509e29474fd77f14704328a9d.zip |
* sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch forcvs/fedora-glibc-20080802T0809
new epoll_create1 interface.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2008-7-27 +GNU C Library NEWS -- history of user-visible changes. 2008-8-1 Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc. See the end for copying conditions. @@ -23,10 +23,10 @@ Version 2.9 * New implementation of memmem, strstr, and strcasestr which is O(n). Implemented by Eric Blake. -* New Linux interfaces: inotify_init1, paccept, dup3, epoll_create2, pipe2 +* New Linux interfaces: inotify_init1, paccept, dup3, epoll_create1, pipe2 * Implement "e" option for popen to open file descriptor with the - close-on-exec flag set + close-on-exec flag set. Implemented by Ulrich Drepper. * Many functions, exported and internal, now atomically set the close-on-exec flag when run on a sufficiently new kernel. Implemented by Ulrich Drepper. |