mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PREADV,
__ASSUME_PWRITEV): Undefine.
This commit is contained in:
parent
57d0274fe9
commit
80c0ce1cac
@ -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.
|
||||
|
@ -56,3 +56,5 @@
|
||||
/* These syscalls are not implemented yet for ARM. */
|
||||
#undef __ASSUME_PSELECT
|
||||
#undef __ASSUME_PPOLL
|
||||
#undef __ASSUME_PREADV
|
||||
#undef __ASSUME_PWRITEV
|
||||
|
Loading…
Reference in New Issue
Block a user