diff options
Diffstat (limited to 'include/asm-generic/fcntl.h')
-rw-r--r-- | include/asm-generic/fcntl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-generic/fcntl.h b/include/asm-generic/fcntl.h index e3cbc38bdcc2..a70b2d2bfc14 100644 --- a/include/asm-generic/fcntl.h +++ b/include/asm-generic/fcntl.h | |||
@@ -11,6 +11,10 @@ | |||
11 | * -Eric Paris | 11 | * -Eric Paris |
12 | */ | 12 | */ |
13 | 13 | ||
14 | /* | ||
15 | * When introducing new O_* bits, please check its uniqueness in fcntl_init(). | ||
16 | */ | ||
17 | |||
14 | #define O_ACCMODE 00000003 | 18 | #define O_ACCMODE 00000003 |
15 | #define O_RDONLY 00000000 | 19 | #define O_RDONLY 00000000 |
16 | #define O_WRONLY 00000001 | 20 | #define O_WRONLY 00000001 |