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