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/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/chroot.c')
-rw-r--r--src/linux/chroot.c 8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/chroot.c b/src/linux/chroot.c
new file mode 100644
index 00000000..b5af62dc
--- /dev/null
+++ b/src/linux/chroot.c
@@ -0,0 +1,8 @@
+#include <unistd.h>
+#define SYSCALL_STANDALONE
+#include "syscall.h"
+
+int chroot(const char *path)
+{
+ return syscall1(__NR_chroot, (long)path);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 05:33:28 +0000

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