mirror of
https://github.com/fluencelabs/musl
synced 2025-06-24 04:01:56 +00:00
add linux-specific unshare syscall wrapper
This commit is contained in:
@ -56,6 +56,7 @@ int sched_yield(void);
|
||||
#define CLONE_NEWNET 0x40000000
|
||||
#define CLONE_IO 0x80000000
|
||||
int clone (int (*)(void *), void *, int, void *, ...);
|
||||
int unshare(int);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user