about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h
index 7b3f1600..e411c92b 100644
--- a/include/sched.h
+++ b/include/sched.h
@@ -56,6 +56,7 @@ int     sched_yield(void);
 #define CLONE_NEWNET	0x40000000
 #define CLONE_IO	0x80000000
 int clone (int (*)(void *), void *, int, void *, ...);
+int unshare(int);
 #endif
 
 #ifdef __cplusplus