aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-08-03 14:24:17 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-08-03 14:24:17 -0700
commit6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b (patch)
tree9d181e6d05283ab7e50d588748e94a5d65ecd912 /include/asm-sparc64
parent0a808a3131b2a6656475d82219f5e5d25edd7160 (diff)
[SPARC]: Fix O_CLOEXEC values.
The one choosen by asm-generic/fcntl.h is not appropriate for this platform. Noticed by Ulrich Drepper. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/fcntl.h b/include/asm-sparc64/fcntl.h
index b2aecf0054b..111f6b3b892 100644
--- a/include/asm-sparc64/fcntl.h
+++ b/include/asm-sparc64/fcntl.h
@@ -16,7 +16,7 @@
#define O_LARGEFILE 0x40000
#define O_DIRECT 0x100000 /* direct disk access hint */
#define O_NOATIME 0x200000
-
+#define O_CLOEXEC 0x400000
#define F_GETOWN 5 /* for sockets. */
#define F_SETOWN 6 /* for sockets. */