[SPARC]: Fix O_CLOEXEC values.

The one choosen by asm-generic/fcntl.h is not appropriate
for this platform.

Noticed by Ulrich Drepper.

Signed-off-by: David S. Miller <davem@davemloft.net>

+2 -2
+1 -1
include/asm-sparc/fcntl.h
··· 16 16 #define O_LARGEFILE 0x40000 17 17 #define O_DIRECT 0x100000 /* direct disk access hint */ 18 18 #define O_NOATIME 0x200000 19 + #define O_CLOEXEC 0x400000 19 20 20 21 #define F_GETOWN 5 /* for sockets. */ 21 22 #define F_SETOWN 6 /* for sockets. */ ··· 32 31 #define __ARCH_FLOCK_PAD short __unused; 33 32 #define __ARCH_FLOCK64_PAD short __unused; 34 33 35 - #include <asm-generic/fcntl.h> 36 34 37 35 #endif
+1 -1
include/asm-sparc64/fcntl.h
··· 16 16 #define O_LARGEFILE 0x40000 17 17 #define O_DIRECT 0x100000 /* direct disk access hint */ 18 18 #define O_NOATIME 0x200000 19 - 19 + #define O_CLOEXEC 0x400000 20 20 21 21 #define F_GETOWN 5 /* for sockets. */ 22 22 #define F_SETOWN 6 /* for sockets. */