1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc

Not all architectures added clone3 syscall.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Adhemerval Zanella Netto
2023-08-24 13:42:16 -03:00
committed by Adhemerval Zanella
parent e7d1c58664
commit ad77b1bcca
5 changed files with 40 additions and 0 deletions

View File

@ -55,4 +55,8 @@
# undef __ASSUME_STATX
#endif
/* sh does not provide clone3. */
#undef __ASSUME_CLONE3
#define __ASSUME_CLONE3 0
#endif