Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys For pipe2(2), EINVAL won't be returned if the f...



details:   https://anonhg.NetBSD.org/src/rev/0835379f785b
branches:  trunk
changeset: 786269:0835379f785b
user:      elric <elric%NetBSD.org@localhost>
date:      Tue Apr 23 23:39:13 2013 +0000

description:
For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE.

diffstat:

 lib/libc/sys/pipe.2 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r cfe7d50385a3 -r 0835379f785b lib/libc/sys/pipe.2
--- a/lib/libc/sys/pipe.2       Tue Apr 23 05:43:25 2013 +0000
+++ b/lib/libc/sys/pipe.2       Tue Apr 23 23:39:13 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pipe.2,v 1.28 2012/01/25 00:28:35 christos Exp $
+.\"    $NetBSD: pipe.2,v 1.29 2013/04/23 23:39:13 elric Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -135,7 +135,8 @@
 .It Bq Er EINVAL
 .Fa flags
 is other than
-.Dv O_NONBLOCK
+.Dv O_NONBLOCK ,
+.Dv O_NOSIGPIPE
 or
 .Dv O_CLOEXEC .
 .El



Home | Main Index | Thread Index | Old Index