summaryrefslogtreecommitdiff
path: root/src/linux/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/chroot.c')
-rw-r--r--src/linux/chroot.c1
1 files changed, 0 insertions, 1 deletions
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 <unistd.h>
-#define SYSCALL_STANDALONE
#include "syscall.h"
int chroot(const char *path)