From 67b25fe0a8947de93e3eddd36dae24a9fec12ade Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 15 Apr 2012 17:05:10 -0400 Subject: move F_DUPFD_CLOEXEC out of bits fcntl values 1024 and up are universal, arch-independent. later I'll add some of the other linux-specific ones for notify, leases, pipe size, etc. here too. --- arch/x86_64/bits/fcntl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index 40062b5d..7b300210 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -31,5 +31,3 @@ #define F_GETLK 5 #define F_SETLK 6 #define F_SETLKW 7 - -#define F_DUPFD_CLOEXEC 1030 -- cgit v1.2.1