sh: Do not define __ASSUME_STATX

This commit is contained in:
Florian Weimer 2018-07-24 19:06:27 +02:00
parent 9d0a979e5d
commit 465455306f
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -56,4 +56,7 @@
# undef __ASSUME_RENAMEAT2
#endif
/* sh does not support the statx system call. */
#undef __ASSUME_STATX
#endif