diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/compat/fcntl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/compat/fcntl.h b/include/compat/fcntl.h index 99c2d58..7dfedc6 100644 --- a/include/compat/fcntl.h +++ b/include/compat/fcntl.h | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #include_next <fcntl.h> | 17 | #include_next <fcntl.h> |
| 18 | #endif | 18 | #endif |
| 19 | 19 | ||
| 20 | #endif | ||
| 21 | |||
| 20 | #ifndef O_NONBLOCK | 22 | #ifndef O_NONBLOCK |
| 21 | #define O_NONBLOCK 0x100000 | 23 | #define O_NONBLOCK 0x100000 |
| 22 | #endif | 24 | #endif |
| @@ -28,5 +30,3 @@ | |||
| 28 | #ifndef FD_CLOEXEC | 30 | #ifndef FD_CLOEXEC |
| 29 | #define FD_CLOEXEC 1 | 31 | #define FD_CLOEXEC 1 |
| 30 | #endif | 32 | #endif |
| 31 | |||
| 32 | #endif | ||
