* sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine

__ASSUME_PSELECT and __ASSUME_PPOLL.
This commit is contained in:
Daniel Jacobowitz 2007-09-17 16:31:32 +00:00
parent c393be3d2f
commit 2b03bcf4bb
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine
__ASSUME_PSELECT and __ASSUME_PPOLL.
2007-09-12 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use

View file

@ -52,3 +52,7 @@
#endif
#include_next <kernel-features.h>
/* These syscalls are not implemented yet for ARM. */
#undef __ASSUME_PSELECT
#undef __ASSUME_PPOLL