]> sourceware.org Git - glibc.git/blobdiff - sysdeps/unix/sysv/linux/bits/sched.h
* sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare.
[glibc.git] / sysdeps / unix / sysv / linux / bits / sched.h
index 2ca7df0d13c9972e5f5994df36e82ec04d6f79b2..4a95a263f7b3e766ea8eb89a1dffd3ad659083ba 100644 (file)
@@ -69,10 +69,13 @@ struct sched_param
 
 __BEGIN_DECLS
 
-/* Clone current process.  */
 #ifdef __USE_MISC
+/* Clone current process.  */
 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
                  int __flags, void *__arg, ...) __THROW;
+
+/* Unshare the specified resources.  */
+extern int unshare (int __flags) __THROW;
 #endif
 
 __END_DECLS
This page took 0.026137 seconds and 5 git commands to generate.