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

__ASSUME_PWRITEV): Don't define here.
This commit is contained in:
Joseph Myers 2009-04-18 14:08:18 +00:00
parent 6db53cd548
commit 57d0274fe9
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2009-04-18 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
__ASSUME_PWRITEV): Don't define here.
2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
* sysdeps/mips/sys/fpregdef.h: Update for new ABIs.

View File

@ -31,10 +31,4 @@
# define __ASSUME_FCNTL64 1
#endif
/* Support for preadv and pwritev was added in 2.6.30. */
#if __LINUX_KERNEL_VERSION >= 0x02061e
# define __ASSUME_PREADV 1
# define __ASSUME_PWRITEV 1
#endif
#include_next <kernel-features.h>