From b4c42c0be46e6eea75aa9cfeee0396df56852db5 Mon Sep 17 00:00:00 2001 From: sisungo Date: Thu, 19 Feb 2026 09:21:34 +0800 Subject: [PATCH] feat: move chroot() from linux/ to unistd/ chroot() exists in all UNIX-like systems in . Moving it helps porting semi-libc to other kernels. --- src/{linux => unistd}/chroot.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{linux => unistd}/chroot.c (100%) diff --git a/src/linux/chroot.c b/src/unistd/chroot.c similarity index 100% rename from src/linux/chroot.c rename to src/unistd/chroot.c