]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __ASSUME_UTIMES for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 9 Aug 2012 23:33:41 +0000 (23:33 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 9 Aug 2012 23:33:41 +0000 (23:33 +0000)
ports/ChangeLog.mips
ports/sysdeps/unix/sysv/linux/mips/kernel-features.h

index b49630e90dce5329f57748baa4df1f3d3f65d0b1..0c503bcafb7c34a9da3135bee28525fbf9bf5d09 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/kernel-features.h
+       (__ASSUME_UTIMES): Define.
+
 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
index 996ba0aedf79cb9e14f5263687c4c824820173c0..62c1604e9f3793c28f1b1c03748b4195000c841e 100644 (file)
@@ -22,6 +22,9 @@
 /* MIPS platforms had IPC64 all along.  */
 #define __ASSUME_IPC64         1
 
+/* MIPS had the utimes syscall by 2.6.0.  */
+#define __ASSUME_UTIMES                1
+
 /* Support for the eventfd2 and signalfd4 syscalls was added in 2.6.27.  */
 #if __LINUX_KERNEL_VERSION >= 0x02061c
 # define __ASSUME_EVENTFD2     1