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

__ASSUME_PWRITEV): Undefine.
This commit is contained in:
Joseph Myers 2009-04-18 16:26:00 +00:00
parent 80c0ce1cac
commit 19d6bdd79a
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/m68k/kernel-features.h (__ASSUME_PREADV,
__ASSUME_PWRITEV): Undefine.
2009-03-17 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/m68k/getsysstats.c (GET_NPROCS_PARSER):

View File

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