From: Roland McGrath Date: Sun, 22 Jul 2007 22:43:07 +0000 (+0000) Subject: * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro. X-Git-Tag: cvs/fedora-glibc-20070731T1624~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2320270c2e6215ebd6a5622071e97ff006854ff6;p=thirdparty%2Fglibc.git * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro. * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC. --- diff --git a/ChangeLog b/ChangeLog index 1dbfa13ef1b..3c19f8e58c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-22 Roland McGrath + + * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro. + * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC. + 2007-07-22 Ulrich Drepper * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.