* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.

* hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
This commit is contained in:
Roland McGrath 2007-07-22 22:43:07 +00:00
parent 626a51fd5c
commit 2320270c2e
1 changed files with 5 additions and 0 deletions

View File

@ -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.