mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
* sysdeps/unix/sysv/linux/arm/kernel-features.h: Undefine
__ASSUME_PSELECT and __ASSUME_PPOLL.
This commit is contained in:
parent
c393be3d2f
commit
2b03bcf4bb
@ -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
|
||||
|
@ -52,3 +52,7 @@
|
||||
#endif
|
||||
|
||||
#include_next <kernel-features.h>
|
||||
|
||||
/* These syscalls are not implemented yet for ARM. */
|
||||
#undef __ASSUME_PSELECT
|
||||
#undef __ASSUME_PPOLL
|
||||
|
Loading…
Reference in New Issue
Block a user