about summary refs log tree commit diff
path: root/include/fcntl.h
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-12-06 22:45:56 +0100
committerrofl0r <retnyg@gmx.net>2012-12-06 22:45:56 +0100
commite00e07f66456d5bcdfde84a1801230ce8bf40ee7 (patch)
tree0a5fa39589bf2fbc2ee1064fdce329263204aeea /include/fcntl.h
parent30d2c1f5bf68183e6361c5dfa812c6e42a8ec78c (diff)
downloadmusl-e00e07f66456d5bcdfde84a1801230ce8bf40ee7.tar.gz
musl-e00e07f66456d5bcdfde84a1801230ce8bf40ee7.tar.xz
musl-e00e07f66456d5bcdfde84a1801230ce8bf40ee7.zip
fix F_DUPFD_CLOEXEC being defined twice
Diffstat (limited to 'include/fcntl.h')
-rw-r--r--include/fcntl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index f73cd96a..b797cd1a 100644
--- 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