X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fchroot.c;h=81363a6b48b2e157967531fcf6565d99c1261886;hb=81af503610761a69476a3adbe8341fa8b6d078aa;hp=b5af62dcf3b8fe7241baae47c83ea28f5ce43efb;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/linux/chroot.c b/src/linux/chroot.c index b5af62dc..81363a6b 100644 --- a/src/linux/chroot.c +++ b/src/linux/chroot.c @@ -1,5 +1,4 @@ #include -#define SYSCALL_STANDALONE #include "syscall.h" int chroot(const char *path)