Update MS_ mount flags, define unshare() syscall.
Bug: 6925012 Change-Id: I4ad79b4bccb7737d4dc704476cdb5795d124f53e
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user