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_SYNC, not O_FSYNC. Spotted by "beatnix" on fr...
details: https://anonhg.NetBSD.org/src/rev/3b2ab6224283
branches: trunk
changeset: 325561:3b2ab6224283
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Dec 28 20:03:22 2013 +0000
description:
O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.
diffstat:
lib/libc/sys/fcntl.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 172383968e91 -r 3b2ab6224283 lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2 Sat Dec 28 19:46:00 2013 +0000
+++ b/lib/libc/sys/fcntl.2 Sat Dec 28 20:03:22 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fcntl.2,v 1.40 2012/01/25 00:28:35 christos Exp $
+.\" $NetBSD: fcntl.2,v 1.41 2013/12/28 20:03:22 dholland Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -163,7 +163,7 @@
flags are as follows:
.Dv O_APPEND ,
.Dv O_ASYNC ,
-.Dv O_FSYNC ,
+.Dv O_SYNC ,
.Dv O_NONBLOCK ,
.Dv O_DSYNC ,
.Dv O_RSYNC ,
Home |
Main Index |
Thread Index |
Old Index