aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sched.h')
-rw-r--r--libc/include/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/sched.h b/libc/include/sched.h
index ca72da7a7..4d7d8c6b1 100644
--- a/libc/include/sched.h
+++ b/libc/include/sched.h
@@ -71,6 +71,7 @@ extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
#ifdef _GNU_SOURCE
extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
+extern int unshare(int);
#endif
/* Support for cpu thread affinity */