summaryrefslogtreecommitdiff
path: root/src/nonstd/_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/_syscall.h')
-rw-r--r--src/nonstd/_syscall.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nonstd/_syscall.h b/src/nonstd/_syscall.h
new file mode 100644
index 00000000..7551842e
--- /dev/null
+++ b/src/nonstd/_syscall.h
@@ -0,0 +1,5 @@
+static long __syscall_lookup(const char *name)
+{
+ (void)name;
+ return 0;
+}