commit | 82393decdfc6b0383054fb5d2f54725bbee88b8c | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Sat Aug 11 14:12:26 2012 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Aug 14 11:45:12 2012 -0700 |
tree | 19a504f5d87c19fddc84965eb4e4335edc6e9a65 | |
parent | 71c0366fc7f5436c6cffc2f43637f487dd734444 [diff] [blame] |
Update MS_ mount flags, define unshare() syscall. Bug: 6925012 Change-Id: I4ad79b4bccb7737d4dc704476cdb5795d124f53e
diff --git a/libc/include/sched.h b/libc/include/sched.h index ca72da7..4d7d8c6 100644 --- a/libc/include/sched.h +++ b/libc/include/sched.h
@@ -71,6 +71,7 @@ #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 */