repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated to fedora-glibc-20090427T1419
[glibc/history.git]
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
kernel-features.h
blob
162d73e388265ac183c4e53da0be135cc3a5e8a9
1
#include_next <kernel-features.h>
2
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