summaryrefslogtreecommitdiff
path: root/src/nonstd/__lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/__lookup.c')
-rw-r--r--src/nonstd/__lookup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nonstd/__lookup.c b/src/nonstd/__lookup.c
deleted file mode 100644
index dca2f6a9..00000000
--- a/src/nonstd/__lookup.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <nonstd/syscall.h>
-
-#define __lookup(_name) ((long (*)(const char *))__libc(SYSCALL_LOOKUP))(_name)