Remove __ASSUME_F_GETOWN_EX.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:04:33 +0000 (20:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:04:33 +0000 (20:04 +0000)
commit7fd00f998042e04038619ddd4ec78a4e114217b5
tree0cee98cd0c08ec913569538342b0b19afc95dea3
parent4a103975c4c4929455d60224101013888640cd2f
Remove __ASSUME_F_GETOWN_EX.

This patch removes __ASSUME_F_GETOWN_EX now it can be assumed to be
true unconditionally.

Tested x86_64 that disassembly of installed shared libraries is
unchanged by this patch.

* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_F_GETOWN_EX): Remove macro.
* sysdeps/unix/sysv/linux/fcntl.c: Do not include
<kernel-features.h>.
(miss_F_GETOWN_EX): Remove variable or macro.
(do_fcntl): Do not check miss_F_GETOWN_EX.
(do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
ChangeLog
sysdeps/unix/sysv/linux/fcntl.c
sysdeps/unix/sysv/linux/kernel-features.h