summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-04-15 17:05:10 -0400
committerRich Felker <dalias@aerifal.cx>2012-04-15 17:05:10 -0400
commit67b25fe0a8947de93e3eddd36dae24a9fec12ade (patch)
tree6de28fda32fd8bf399cd6f6b154d54bd030f1f2e /arch/i386
parenta68af229266d1a937a98fc7474ebe09b7c3c72b3 (diff)
downloadmusl-67b25fe0a8947de93e3eddd36dae24a9fec12ade.tar.gz
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.
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/bits/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/bits/fcntl.h b/arch/i386/bits/fcntl.h
index ab146525..7f09b95c 100644
--- a/arch/i386/bits/fcntl.h
+++ b/arch/i386/bits/fcntl.h
@@ -31,5 +31,3 @@
#define F_GETLK 12
#define F_SETLK 13
#define F_SETLKW 14
-
-#define F_DUPFD_CLOEXEC 1030