aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.h
diff options
context:
space:
mode:
authorGreg Steuck <blackgnezdo@gmail.com>2018-11-30 11:55:51 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-30 19:55:51 +0000
commitd8988561c04c0244155309bdf701998b9fb98dd5 (patch)
tree9d022f5c7cf53a78828ccb4bcb6823ac59e599fa /executor/executor_bsd.h
parentf0d4c650a3a689c859bfc34db06d1fab696ff31e (diff)
openbsd: repair pkg/csource_test
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