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:
committed by
Adhemerval Zanella
parent
e7d1c58664
commit
ad77b1bcca
@ -55,4 +55,8 @@
|
||||
# undef __ASSUME_STATX
|
||||
#endif
|
||||
|
||||
/* sh does not provide clone3. */
|
||||
#undef __ASSUME_CLONE3
|
||||
#define __ASSUME_CLONE3 0
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user