* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PREADV,

__ASSUME_PWRITEV): Undefine.
This commit is contained in:
Joseph Myers 2009-04-18 14:08:41 +00:00
parent 57d0274fe9
commit 80c0ce1cac
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-04-18 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PREADV,
__ASSUME_PWRITEV): Undefine.
2009-03-16 Khem Raj <raj.khem@gmail.com>
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include errno.h.

View File

@ -56,3 +56,5 @@
/* These syscalls are not implemented yet for ARM. */
#undef __ASSUME_PSELECT
#undef __ASSUME_PPOLL
#undef __ASSUME_PREADV
#undef __ASSUME_PWRITEV