Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys O_NOFOLLOW is another non-standard extension



details:   https://anonhg.NetBSD.org/src/rev/e67e6216663d
branches:  trunk
changeset: 546920:e67e6216663d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 08 23:20:38 2003 +0000

description:
O_NOFOLLOW is another non-standard extension

diffstat:

 lib/libc/sys/open.2 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 87384049a39f -r e67e6216663d lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Thu May 08 23:09:30 2003 +0000
+++ b/lib/libc/sys/open.2       Thu May 08 23:20:38 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: open.2,v 1.30 2003/04/16 13:34:55 wiz Exp $
+.\"    $NetBSD: open.2,v 1.31 2003/05/08 23:20:38 lukem Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)open.2     8.2 (Berkeley) 11/16/93
 .\"
-.Dd August 18, 2002
+.Dd May 8, 2003
 .Dt OPEN 2
 .Os
 .Sh NAME
@@ -328,9 +328,10 @@
 .St -p1003.1b-93 .
 .Pp
 The
-.Dv O_SHLOCK
+.Dv O_SHLOCK ,
+.Dv O_EXLOCK ,
 and
-.Dv O_EXLOCK
+.Dv O_NOFOLLOW
 flags are non-standard extensions and should not be used if portability
 is of concern.
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index