diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-10 17:06:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-10 17:06:32 -0700 |
commit | 73ba80e963b9d5b8d5dd120ebe3fc6f1b0eb52b4 (patch) | |
tree | a8aa28784af92823ce5b35336c11566668c90d5c /hurd/port2fd.c | |
parent | 63494e2428228987d4904bf461ba8503c42dc631 (diff) | |
parent | df8a552f6f93f62c494177a49ee49d3bf40949b8 (diff) | |
download | glibc-73ba80e963b9d5b8d5dd120ebe3fc6f1b0eb52b4.tar.gz glibc-73ba80e963b9d5b8d5dd120ebe3fc6f1b0eb52b4.tar.xz glibc-73ba80e963b9d5b8d5dd120ebe3fc6f1b0eb52b4.zip |
Merge remote-tracking branch 'origin/master' into hjl/x32/master
Diffstat (limited to 'hurd/port2fd.c')
-rw-r--r-- | hurd/port2fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/port2fd.c b/hurd/port2fd.c index bef07ad3bf..451d6306e7 100644 --- a/hurd/port2fd.c +++ b/hurd/port2fd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1997, 1999, 2007 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 @@ -22,7 +22,7 @@ #include <fcntl.h> /* Store PORT in file descriptor D, doing appropriate ctty magic. - FLAGS are as for `open'; only O_IGNORE_CTTY is meaningful. + FLAGS are as for `open'; only O_IGNORE_CTTY and O_CLOEXEC are meaningful. D should be locked, and will not be unlocked. */ void |