1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-13 09:01:51 +03:00
Files
glibc/nptl/sysdeps/unix/sysv/linux/kernel-features.h
Jakub Jelinek 0ecb606cb6 2.5-18.1
2007-07-12 18:26:36 +00:00

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