projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3776d
)
added missing O_NDELAY
author
Rich Felker
<dalias@aerifal.cx>
Mon, 14 Feb 2011 00:02:57 +0000
(19:02 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 14 Feb 2011 00:02:57 +0000
(19:02 -0500)
include/bits/fcntl.h
patch
|
blob
|
history
diff --git
a/include/bits/fcntl.h
b/include/bits/fcntl.h
index 550152fd17ce843a50cce0104bef62c08b2fa8c2..802c3d14c15bd0a882298785730addfbe66e8f85 100644
(file)
--- a/
include/bits/fcntl.h
+++ b/
include/bits/fcntl.h
@@
-15,6
+15,7
@@
#define O_CLOEXEC 02000000
#ifdef _GNU_SOURCE
+#define O_NDELAY O_NONBLOCK
#define O_ASYNC 020000
#define O_DIRECT 040000
#define O_NOATIME 01000000