diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-08-11 14:12:26 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2012-08-14 11:45:12 -0700 |
commit | 82393decdfc6b0383054fb5d2f54725bbee88b8c (patch) | |
tree | 19a504f5d87c19fddc84965eb4e4335edc6e9a65 /libc/include/sched.h | |
parent | 71c0366fc7f5436c6cffc2f43637f487dd734444 (diff) | |
download | android_bionic-82393decdfc6b0383054fb5d2f54725bbee88b8c.tar.gz android_bionic-82393decdfc6b0383054fb5d2f54725bbee88b8c.tar.bz2 android_bionic-82393decdfc6b0383054fb5d2f54725bbee88b8c.zip |
Update MS_ mount flags, define unshare() syscall.
Bug: 6925012
Change-Id: I4ad79b4bccb7737d4dc704476cdb5795d124f53e
Diffstat (limited to 'libc/include/sched.h')
-rw-r--r-- | libc/include/sched.h | 1 |
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 */ |