feat: move chroot() from linux/ to unistd/
chroot() exists in all UNIX-like systems in <unistd.h>. Moving it helps porting semi-libc to other kernels.
This commit is contained in:
Reference in New Issue
Block a user
chroot() exists in all UNIX-like systems in <unistd.h>. Moving it helps porting semi-libc to other kernels.