mirror of git://sourceware.org/git/glibc.git
* sysdeps/unix/sysv/linux/m68k/kernel-features.h (__ASSUME_PREADV,
__ASSUME_PWRITEV): Undefine.
This commit is contained in:
parent
80c0ce1cac
commit
19d6bdd79a
|
@ -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):
|
||||
|
|
|
@ -39,3 +39,5 @@
|
|||
/* These syscalls are not implemented yet for m68k. */
|
||||
#undef __ASSUME_PSELECT
|
||||
#undef __ASSUME_PPOLL
|
||||
#undef __ASSUME_PREADV
|
||||
#undef __ASSUME_PWRITEV
|
||||
|
|
Loading…
Reference in New Issue