diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-16 10:56:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-16 10:56:48 +0000 |
commit | f378d6793f507ce6a3a21ee3a497d4d072486693 (patch) | |
tree | ed7f5d47bb9d23c106279e17f81accf18f3a3b2c /sysdeps/unix | |
parent | 2e0fc40cc49e8168f99b252dba4746c280b7a1d7 (diff) | |
download | glibc-f378d6793f507ce6a3a21ee3a497d4d072486693.tar.gz glibc-f378d6793f507ce6a3a21ee3a497d4d072486693.tar.xz glibc-f378d6793f507ce6a3a21ee3a497d4d072486693.zip |
2004-12-09 Randolph Chung <tausq@debian.org>
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Don't define for hppa, which doesn't support this syscall.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 9f3f3965f4..53eeee90ec 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -359,7 +359,7 @@ /* The utimes syscall has been available for some architectures forever. For x86 it was introduced after 2.5.75, for x86-64, ppc, and ppc64 it was introduced in 2.6.0-test3. */ -#if defined __alpha__ || defined __ia64__ || defined __hppa__ \ +#if defined __alpha__ || defined __ia64__ \ || defined __sparc__ \ || (__LINUX_KERNEL_VERSION > 132427 && defined __i386__) \ || (__LINUX_KERNEL_VERSION > 132609 && defined __x86_64__) \ |