diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-08-02 08:26:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-08-02 08:26:10 +0000 |
commit | 2fb513c60061821c7e5e7fb6014d2afd0308b7e9 (patch) | |
tree | c7d9546bed03277ec2921a1b2cbda1f78620450b /NEWS | |
parent | c7045198ca8f4ff5b97205340d51127f8503c2bd (diff) | |
download | glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar.gz glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar.bz2 glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.zip |
Updated to fedora-glibc-20080802T0809cvs/fedora-glibc-2_8_90-11
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. |