aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_bsd.h')
-rw-r--r--executor/executor_bsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h
index 3612e2569..7119a3992 100644
--- a/executor/executor_bsd.h
+++ b/executor/executor_bsd.h
@@ -10,11 +10,6 @@
#include <sys/types.h>
#include <unistd.h>
-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
-// This is just so that "make executor TARGETOS=freebsd/netbsd" works on linux.
-#define __syscall syscall
-#endif
-
static void os_init(int argc, char** argv, void* data, size_t data_size)
{
#if GOOS_openbsd