mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2.5-18.1
This commit is contained in:
6
nptl/sysdeps/unix/sysv/linux/kernel-features.h
Normal file
6
nptl/sysdeps/unix/sysv/linux/kernel-features.h
Normal file
@ -0,0 +1,6 @@
|
||||
#include_next <kernel-features.h>
|
||||
|
||||
/* NPTL can always assume all clone thread flags work. */
|
||||
#ifndef __ASSUME_CLONE_THREAD_FLAGS
|
||||
# define __ASSUME_CLONE_THREAD_FLAGS 1
|
||||
#endif
|
Reference in New Issue
Block a user