mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
sh: Do not define __ASSUME_STATX
This commit is contained in:
parent
9d0a979e5d
commit
465455306f
@ -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>
|
||||
|
@ -56,4 +56,7 @@
|
||||
# undef __ASSUME_RENAMEAT2
|
||||
#endif
|
||||
|
||||
/* sh does not support the statx system call. */
|
||||
#undef __ASSUME_STATX
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user