summaryrefslogtreecommitdiff
path: root/hurd/intern-fd.c
diff options
context:
space:
mode:
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. */