From e00e07f66456d5bcdfde84a1801230ce8bf40ee7 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 6 Dec 2012 22:45:56 +0100 Subject: fix F_DUPFD_CLOEXEC being defined twice --- include/fcntl.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1