* Makefile (tests): Add tst-sem10.
[glibc.git] / nptl / sysdeps / unix / sysv / linux / kernel-features.h
blob162d73e388265ac183c4e53da0be135cc3a5e8a9
1 #include_next <kernel-features.h>
3 /* NPTL can always assume all clone thread flags work. */
4 #ifndef __ASSUME_CLONE_THREAD_FLAGS
5 # define __ASSUME_CLONE_THREAD_FLAGS 1
6 #endif