summaryrefslogtreecommitdiff
path: root/fcntl.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 04:13:24 +0000
committerrsc <rsc>2007-08-28 04:13:24 +0000
commit3341e30f6e080c93e61e60410052bc7290dd7e16 (patch)
treeb33cb2c50804fab4c3c168b2820a131118e3e1ea /fcntl.h
parenta759b8a45098b7f52a92c5415f48becd2a69b02d (diff)
downloadxv6-labs-3341e30f6e080c93e61e60410052bc7290dd7e16.tar.gz
xv6-labs-3341e30f6e080c93e61e60410052bc7290dd7e16.tar.bz2
xv6-labs-3341e30f6e080c93e61e60410052bc7290dd7e16.zip
nit
Diffstat (limited to 'fcntl.h')
-rw-r--r--fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcntl.h b/fcntl.h
index baa5c0e..d565483 100644
--- a/fcntl.h
+++ b/fcntl.h
@@ -1,4 +1,4 @@
-#define O_CREATE 0x200
#define O_RDONLY 0x000
#define O_WRONLY 0x001
#define O_RDWR 0x002
+#define O_CREATE 0x200