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:
30d2c1f
)
fix F_DUPFD_CLOEXEC being defined twice
author
rofl0r
<retnyg@gmx.net>
Thu, 6 Dec 2012 21:45:56 +0000
(22:45 +0100)
committer
rofl0r
<retnyg@gmx.net>
Thu, 6 Dec 2012 21:45:56 +0000
(22:45 +0100)
include/fcntl.h
patch
|
blob
|
history
diff --git
a/include/fcntl.h
b/include/fcntl.h
index f73cd96a338bd47242d91fa7eacadf8c2b9fadd8..b797cd1a47caa3345c5c20e8135b0eee11a41f8d 100644
(file)
--- a/
include/fcntl.h
+++ b/
include/fcntl.h
@@
-112,7
+112,6
@@
int posix_fallocate(int, off_t, off_t);
#define F_GETLEASE 1025
#define F_NOTIFY 1026
#define F_CANCELLK 1029
-#define F_DUPFD_CLOEXEC 1030
#define F_SETPIPE_SZ 1031
#define F_GETPIPE_SZ 1032