mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 05:02:02 +00:00
add acct, accept4, setns, and dup3 syscalls (linux extensions)
based on patch by Justin Cormack
This commit is contained in:
@ -59,6 +59,7 @@ int sched_yield(void);
|
||||
#define CLONE_IO 0x80000000
|
||||
int clone (int (*)(void *), void *, int, void *, ...);
|
||||
int unshare(int);
|
||||
int setns(int, int);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user