mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-13 09:01:51 +03:00
7 lines
176 B
C
7 lines
176 B
C
#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
|