summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_syscall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_syscall.h b/src/_syscall.h
index 805e9d1e..aa97fadf 100644
--- a/src/_syscall.h
+++ b/src/_syscall.h
@@ -6,8 +6,6 @@
#include "errno/ENOSYS.h"
#endif
-#define __syscall syscall
-
#define SYSCALL(_name, _type, _err, _a1, _a2, _a3, _a4, _a5, _a6) \
static int _scno = -2; \
if (_scno == -2) { \