]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sh: Do not define __ASSUME_STATX
authorFlorian Weimer <fweimer@redhat.com>
Tue, 24 Jul 2018 17:06:27 +0000 (19:06 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 24 Jul 2018 19:05:07 +0000 (21:05 +0200)
ChangeLog
sysdeps/unix/sysv/linux/sh/kernel-features.h

index c5231f17bd5ebc8463e682daf26bf789d475b167..d6f3dbe1ed24896f9015695e60d69cc3a6d09905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-24  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX):
+       Undefine.  Suggested by Romain Naour <romain.naour@gmail.com>.
+
 2018-07-24  Rical Jasan <rj@2c3t.io>
            Adhemerval Zanella  <adhemerval.zanella@linaro.org>
            Juan Manuel Torres Palma  <jmtorrespalma@gmail.com>
index 05b7dcd0372fadc538c6ec95003f468d21a9f2c7..b8ccb01518b6a7c7c46ce70d6bd964f529c88d24 100644 (file)
@@ -56,4 +56,7 @@
 # undef __ASSUME_RENAMEAT2
 #endif
 
+/* sh does not support the statx system call.  */
+#undef __ASSUME_STATX
+
 #endif