summaryrefslogtreecommitdiff
path: root/include/sys/file.h
diff options
context:
space:
mode:
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. */