Land #262, Fix fcntl.h shim for HP-UX 11.31 (ia64)
This commit is contained in:
commit
e463ba3b22
@ -17,6 +17,8 @@
|
||||
#include_next <fcntl.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef O_NONBLOCK
|
||||
#define O_NONBLOCK 0x100000
|
||||
#endif
|
||||
@ -28,5 +30,3 @@
|
||||
#ifndef FD_CLOEXEC
|
||||
#define FD_CLOEXEC 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user