about summary refs log tree commit diff
path: root/hurd/intern-fd.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-05-10 12:43:01 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:22 -0700
commit6f080c2fcffac1bb8626b8d143dba57a37abb071 (patch)
tree23aa88a0084d4e5e89ff441d8250708173dc59df /hurd/intern-fd.c
parentbcfe3a546e831ff3e43a8782f65a95fab7bb864d (diff)
downloadglibc-6f080c2fcffac1bb8626b8d143dba57a37abb071.tar.gz
glibc-6f080c2fcffac1bb8626b8d143dba57a37abb071.tar.xz
glibc-6f080c2fcffac1bb8626b8d143dba57a37abb071.zip
Hurd: O_CLOEXEC in rtld
Diffstat (limited to 'hurd/intern-fd.c')
-rw-r--r--hurd/intern-fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/intern-fd.c b/hurd/intern-fd.c
index 52e0606c96..ac89173942 100644
--- a/hurd/intern-fd.c
+++ b/hurd/intern-fd.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1994-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@
 #include <hurd/fd.h>
 
 /* Allocate a new file descriptor and install PORT in it.  FLAGS are as for
-   `open'; only O_IGNORE_CTTY is meaningful.
+   `open'; only O_IGNORE_CTTY and O_CLOEXEC are meaningful.
 
    If the descriptor table is full, set errno, and return -1.
    If DEALLOC is nonzero, deallocate PORT first.  */