* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
authorRoland McGrath <roland@gnu.org>
Sun, 22 Jul 2007 22:43:07 +0000 (22:43 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 22 Jul 2007 22:43:07 +0000 (22:43 +0000)
* hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.

ChangeLog

index 1dbfa13..3c19f8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-22  Roland McGrath  <roland@frob.com>
+
+       * 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  <drepper@redhat.com>
 
        * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.