1
0
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:
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

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