mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/kernel-features.h: Power also has
preadv/pwritev in 2.6.30.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2009-04-07 Ulrich Drepper <drepper@redhat.com>
|
2009-04-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/kernel-features.h: Power also has
|
||||||
|
preadv/pwritev in 2.6.30.
|
||||||
|
|
||||||
* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
|
* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
|
||||||
instead of __strcasecmp.
|
instead of __strcasecmp.
|
||||||
* resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
|
* resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
|
||||||
|
@ -532,7 +532,7 @@
|
|||||||
|
|
||||||
/* Support for preadv and pwritev was added in 2.6.30. */
|
/* Support for preadv and pwritev was added in 2.6.30. */
|
||||||
#if __LINUX_KERNEL_VERSION >= 0x02061e \
|
#if __LINUX_KERNEL_VERSION >= 0x02061e \
|
||||||
&& (defined __i386__ || defined __x86_64__)
|
&& (defined __i386__ || defined __x86_64__ || defined __powerpc__)
|
||||||
# define __ASSUME_PREADV 1
|
# define __ASSUME_PREADV 1
|
||||||
# define __ASSUME_PWRITEV 1
|
# define __ASSUME_PWRITEV 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user