mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Define __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4 for MIPS.
* sysdeps/unix/sysv/linux/mips/kernel-features.h: Define __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
This commit is contained in:
parent
0a6ab2a600
commit
197aec2596
@ -1,3 +1,8 @@
|
|||||||
|
2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
|
||||||
|
__ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
|
||||||
|
|
||||||
2009-07-17 Joseph Myers <joseph@codesourcery.com>
|
2009-07-17 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/do-lookup.h: Remove.
|
* sysdeps/mips/do-lookup.h: Remove.
|
||||||
|
@ -31,4 +31,10 @@
|
|||||||
# define __ASSUME_FCNTL64 1
|
# define __ASSUME_FCNTL64 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Support for the eventfd2 and signalfd4 syscalls was added in 2.6.27. */
|
||||||
|
#if __LINUX_KERNEL_VERSION >= 0x02061c
|
||||||
|
# define __ASSUME_EVENTFD2 1
|
||||||
|
# define __ASSUME_SIGNALFD4 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include_next <kernel-features.h>
|
#include_next <kernel-features.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user