fix F_DUPFD_CLOEXEC being defined twice

This commit is contained in:
rofl0r 2012-12-06 22:45:56 +01:00
parent 30d2c1f5bf
commit e00e07f664
1 changed files with 0 additions and 1 deletions

View File

@ -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