diff options
Diffstat (limited to 'include/sched.h')
-rw-r--r-- | include/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h index 4f59397090..b4d74064de 100644 --- a/include/sched.h +++ b/include/sched.h @@ -19,7 +19,9 @@ extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t); /* These are Linux specific. */ extern int __clone (int (*__fn) (void *__arg), void *__child_stack, int __flags, void *__arg, ...); +libc_hidden_proto (__clone) extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, size_t __child_stack_size, int __flags, void *__arg, ...); +libc_hidden_proto (__clone2) #endif #endif |