Update.
[platform/upstream/glibc.git] / include / sched.h
1 #include "posix/sched.h"
2
3 /* Now define the internal interfaces.  */
4
5 /* This is Linux specific.  */
6 extern int __clone __P ((int (*__fn) (void *__arg), void *__child_stack,
7                          int __flags, void *__arg));