Update MS_ mount flags, define unshare() syscall.

Bug: 6925012
Change-Id: I4ad79b4bccb7737d4dc704476cdb5795d124f53e
This commit is contained in:
Jeff Sharkey
2012-08-11 14:12:26 -07:00
parent 71c0366fc7
commit 82393decdf
2 changed files with 5 additions and 1 deletions

View File

@@ -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 */