]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2004-12-09 Randolph Chung <tausq@debian.org>
authorRoland McGrath <roland@gnu.org>
Thu, 16 Mar 2006 10:56:48 +0000 (10:56 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 16 Mar 2006 10:56:48 +0000 (10:56 +0000)
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Don't
define for hppa, which doesn't support this syscall.

sysdeps/unix/sysv/linux/kernel-features.h

index 9f3f3965f4559ed61cf29933b145ab3c99e60505..53eeee90ec9e9d80abbc6fe5213a4b367d20c8f3 100644 (file)
 /* 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__) \