make daemon try the operations that might fail before fork rather than after
[musl] / src / linux / chroot.c
index b5af62d..81363a6 100644 (file)
@@ -1,5 +1,4 @@
 #include <unistd.h>
-#define SYSCALL_STANDALONE
 #include "syscall.h"
 
 int chroot(const char *path)