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
@ -50,4 +50,8 @@
|
||||
/* Alpha requires old sysvipc even being a 64-bit architecture. */
|
||||
#undef __ASSUME_SYSVIPC_DEFAULT_IPC_64
|
||||
|
||||
/* Alpha does not provide clone3. */
|
||||
#undef __ASSUME_CLONE3
|
||||
#define __ASSUME_CLONE3 0
|
||||
|
||||
#endif /* _KERNEL_FEATURES_H */
|
||||
|
Reference in New Issue
Block a user