Assume pselect6 and ppoll on ARM for kernels 2.6.32 and later.
This commit is contained in:
parent
6add932d90
commit
3a2e1f4e6a
@ -1,3 +1,8 @@
|
|||||||
|
2009-11-19 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PSELECT,
|
||||||
|
__ASSUME_PPOLL): Don't undefine for kernel 2.6.32 and later.
|
||||||
|
|
||||||
2009-11-18 Joseph Myers <joseph@codesourcery.com>
|
2009-11-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Change misleading
|
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Change misleading
|
||||||
|
@ -59,6 +59,8 @@
|
|||||||
|
|
||||||
#include_next <kernel-features.h>
|
#include_next <kernel-features.h>
|
||||||
|
|
||||||
/* These syscalls are not implemented yet for ARM. */
|
/* Support for pselect6, ppoll and epoll_pwait was added in 2.6.32. */
|
||||||
#undef __ASSUME_PSELECT
|
#if __LINUX_KERNEL_VERSION < 0x020620
|
||||||
#undef __ASSUME_PPOLL
|
# undef __ASSUME_PSELECT
|
||||||
|
# undef __ASSUME_PPOLL
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user