X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprocess%2Fvfork.c;h=fc4adb464f13c85fc25fc5d5f967d511e13f22eb;hb=571744447c23f91feb6439948f3a619aca850dfb;hp=16d07ea70598228668cfa68446d84e33b74123e3;hpb=768f39a535e5f5a50c2c17dc072e92ba01665ef0;p=musl diff --git a/src/process/vfork.c b/src/process/vfork.c index 16d07ea7..fc4adb46 100644 --- a/src/process/vfork.c +++ b/src/process/vfork.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include #include "syscall.h" #include "libc.h"