Land #262, Fix fcntl.h shim for HP-UX 11.31 (ia64)

This commit is contained in:
Brent Cook 2017-01-18 21:18:51 -06:00
commit e463ba3b22

View File

@ -17,6 +17,8 @@
#include_next <fcntl.h> #include_next <fcntl.h>
#endif #endif
#endif
#ifndef O_NONBLOCK #ifndef O_NONBLOCK
#define O_NONBLOCK 0x100000 #define O_NONBLOCK 0x100000
#endif #endif
@ -28,5 +30,3 @@
#ifndef FD_CLOEXEC #ifndef FD_CLOEXEC
#define FD_CLOEXEC 1 #define FD_CLOEXEC 1
#endif #endif
#endif