musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/linux/setns.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012年09月08日 20:22:08 -0400
committerRich Felker <dalias@aerifal.cx>2012年09月08日 20:22:08 -0400
commit6cf8bfdb646efaf76c75a95d1ea0cd254706c037 (patch)
treebc640847a316bb36ba69d81cc2b5230f55f905f0 /src/linux/setns.c
parentb10d0230c1837be34e4ece7d6b11d19f1b578b9f (diff)
downloadmusl-6cf8bfdb646efaf76c75a95d1ea0cd254706c037.tar.gz
add acct, accept4, setns, and dup3 syscalls (linux extensions)
based on patch by Justin Cormack
Diffstat (limited to 'src/linux/setns.c')
-rw-r--r--src/linux/setns.c 9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/linux/setns.c b/src/linux/setns.c
new file mode 100644
index 00000000..af3eb092
--- /dev/null
+++ b/src/linux/setns.c
@@ -0,0 +1,9 @@
+#define _GNU_SOURCE
+#include <sched.h>
+#include "syscall.h"
+#include "libc.h"
+
+int setns(int fd, int nstype)
+{
+ return syscall(SYS_setns, fd, nstype);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 23:21:16 +0000

AltStyle によって変換されたページ (->オリジナル) /