summaryrefslogtreecommitdiff
path: root/include/sys/file.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-29 15:06:30 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-29 15:06:30 +0000
commit3f59c71ed8ef6c66f3e3c31162f536861a190a1c (patch)
treebfbe78c694bab9b048ca6b9e99425284ad8188e6 /include/sys/file.h
parent90ca90c53d4364ebefeb54a99deb4c7890d84488 (diff)
- whitespace cleanup; no obj-code changes
Diffstat (limited to 'include/sys/file.h')
-rw-r--r--include/sys/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/file.h b/include/sys/file.h
index 93b36350a..3b8dbc9c0 100644
--- a/include/sys/file.h
+++ b/include/sys/file.h
@@ -39,7 +39,7 @@ __BEGIN_DECLS
/* Operations for the `flock' call. */
#define LOCK_SH 1 /* Shared lock. */
-#define LOCK_EX 2 /* Exclusive lock. */
+#define LOCK_EX 2 /* Exclusive lock. */
#define LOCK_UN 8 /* Unlock. */
/* Can be OR'd in to one of the above. */