diff options
author | Roland McGrath <roland@gnu.org> | 2007-10-17 22:32:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-10-17 22:32:40 +0000 |
commit | ee9fd869a12b55f835a7295b65e9f702836ba7a2 (patch) | |
tree | cdfd45dfcdff1d2682825d0d5f41ed8706d457d1 /ChangeLog | |
parent | bd92328d5eb04b1d0dd24a4bdbfcfd1e607a6163 (diff) | |
download | glibc-ee9fd869a12b55f835a7295b65e9f702836ba7a2.tar glibc-ee9fd869a12b55f835a7295b65e9f702836ba7a2.tar.gz glibc-ee9fd869a12b55f835a7295b65e9f702836ba7a2.tar.bz2 glibc-ee9fd869a12b55f835a7295b65e9f702836ba7a2.zip |
* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-10-17 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New. + * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it. + 2007-10-17 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.7. |