X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Flinux%2Fchroot.c;h=0e69f145dee37cbdc865f6cf6e222a1658d58cdc;hb=c00cdefa1da17f60b3179704528582ef320e61b8;hp=82b4fe75c6bd183aec7b95caa3ff00826f35ecf2;hpb=aa398f56fa398f2202b04e82c67f822f3233786f;p=musl diff --git a/src/linux/chroot.c b/src/linux/chroot.c index 82b4fe75..0e69f145 100644 --- a/src/linux/chroot.c +++ b/src/linux/chroot.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include #include "syscall.h"