1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-13 09:01:51 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Joseph Myers 238d60ac9b Remove __ASSUME_SIGNALFD4.
Current Linux kernel version requirements mean the signalfd4 syscall
can always be assumed to be available.  This patch removes
__ASSUME_SIGNALFD4 and associated conditionals.

Tested for x86_64 and x86 that installed stripped shared libraries are
unchanged by the patch.

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SIGNALFD4):
	Remove macro.
	* sysdeps/unix/sysv/linux/signalfd.c: Do not include
	<kernel-features.h>.
	(signalfd) [__NR_signalfd4]: Make code unconditional.
	(signalfd) [!__ASSUME_SIGNALFD4]: Remove conditional code.
2016-03-21 16:30:05 +00:00
..
2016-03-14 19:04:53 +00:00
2016-03-14 19:04:53 +00:00
2016-03-17 12:15:51 +00:00
2016-03-21 06:51:05 -07:00
2016-03-21 16:30:05 +00:00
2015-12-31 00:17:48 +00:00
2016-03-15 21:11:07 +00:00
2016-03-21 16:30:05 +00:00