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 not a non-standard extension any ...
details: https://anonhg.NetBSD.org/src/rev/13ae8524f74d
branches: trunk
changeset: 757590:13ae8524f74d
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 06 19:48:38 2010 +0000
description:
O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).
diffstat:
lib/libc/sys/open.2 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r cf365f64f482 -r 13ae8524f74d lib/libc/sys/open.2
--- a/lib/libc/sys/open.2 Mon Sep 06 19:47:37 2010 +0000
+++ b/lib/libc/sys/open.2 Mon Sep 06 19:48:38 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: open.2,v 1.44 2010/09/06 15:22:09 wiz Exp $
+.\" $NetBSD: open.2,v 1.45 2010/09/06 19:48:38 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -361,10 +361,9 @@
.St -p1003.1b-93 .
.Pp
The
-.Dv O_SHLOCK ,
-.Dv O_EXLOCK ,
+.Dv O_SHLOCK
and
-.Dv O_NOFOLLOW
+.Dv O_EXLOCK
flags are non-standard extensions and should not be used if portability
is of concern.
.Sh HISTORY
Home |
Main Index |
Thread Index |
Old Index