diff options
author | Brent Cook <bcook@openbsd.org> | 2017-01-18 21:18:51 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-01-18 21:18:51 -0600 |
commit | e463ba3b22d0587919277cc4b342ec1efd968032 (patch) | |
tree | aacf679e6e05d8cd265cf1517fea360283f5a01b | |
parent | 484feaae9157d8e4d91e81d305b9cd0ff6af0c91 (diff) | |
parent | b249f68e6ca8b5122fa21c7d66bd4f74d21c1551 (diff) | |
download | portable-e463ba3b22d0587919277cc4b342ec1efd968032.tar.gz portable-e463ba3b22d0587919277cc4b342ec1efd968032.tar.bz2 portable-e463ba3b22d0587919277cc4b342ec1efd968032.zip |
Land #262, Fix fcntl.h shim for HP-UX 11.31 (ia64)
Diffstat (limited to '')
-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 | ||