OSDN Git Service

move O_PATH definition back to arch bits
authorRich Felker <dalias@aerifal.cx>
Wed, 1 Apr 2015 23:31:06 +0000 (19:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 1 Apr 2015 23:31:06 +0000 (19:31 -0400)
commitfd427c4eaeed4d1099acc7b6188e41c6cfa5bca5
tree967ce8c4489f4a9167239d03a66f4ab79dcbe736
parentabfe1f65417a75b39fdcb2bf673c1d75bbee1204
move O_PATH definition back to arch bits

while it's the same for all presently supported archs, it differs at
least on sparc, and conceptually it's no less arch-specific than the
other O_* macros. O_SEARCH and O_EXEC are still defined in terms of
O_PATH in the main fcntl.h.
arch/arm/bits/fcntl.h
arch/i386/bits/fcntl.h
arch/microblaze/bits/fcntl.h
arch/mips/bits/fcntl.h
arch/or1k/bits/fcntl.h
arch/powerpc/bits/fcntl.h
arch/sh/bits/fcntl.h
arch/x32/bits/fcntl.h
arch/x86_64/bits/fcntl.h
include/fcntl.h