about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-07-22 22:43:07 +0000
committerRoland McGrath <roland@gnu.org>2007-07-22 22:43:07 +0000
commit2320270c2e6215ebd6a5622071e97ff006854ff6 (patch)
treed996147a7d65c3cff4868c45111425e842a3ac2e
parent626a51fd5ca2e497c1202de4406414cba2401cd5 (diff)
downloadglibc-2320270c2e6215ebd6a5622071e97ff006854ff6.tar.gz
glibc-2320270c2e6215ebd6a5622071e97ff006854ff6.tar.xz
glibc-2320270c2e6215ebd6a5622071e97ff006854ff6.zip
* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
	* hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dbfa13ef1..3c19f8e58c 100644
--- 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.