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