add acct, accept4, setns, and dup3 syscalls (linux extensions)

based on patch by Justin Cormack
This commit is contained in:
Rich Felker
2012-09-08 20:22:08 -04:00
parent b10d0230c1
commit 6cf8bfdb64
8 changed files with 113 additions and 0 deletions

View File

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