mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
sh: Do not define __ASSUME_STATX
This commit is contained in:
@ -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>
|
2018-07-24 Rical Jasan <rj@2c3t.io>
|
||||||
Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||||
Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
|
Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
|
||||||
|
@ -56,4 +56,7 @@
|
|||||||
# undef __ASSUME_RENAMEAT2
|
# undef __ASSUME_RENAMEAT2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* sh does not support the statx system call. */
|
||||||
|
#undef __ASSUME_STATX
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user