From fd427c4eaeed4d1099acc7b6188e41c6cfa5bca5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 1 Apr 2015 19:31:06 -0400 Subject: 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/microblaze/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/bits/fcntl.h') diff --git a/arch/microblaze/bits/fcntl.h b/arch/microblaze/bits/fcntl.h index 0fa8e19c..ae233cc0 100644 --- a/arch/microblaze/bits/fcntl.h +++ b/arch/microblaze/bits/fcntl.h @@ -15,6 +15,7 @@ #define O_DIRECT 040000 #define O_LARGEFILE 0100000 #define O_NOATIME 01000000 +#define O_PATH 010000000 #define O_TMPFILE 020200000 #define O_NDELAY O_NONBLOCK -- cgit v1.2.1