summaryrefslogtreecommitdiff
path: root/src/nonstd/_syscall.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-08 18:45:05 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-08 18:45:05 -0500
commit84217308cf704fda8a9db817b458ccadf444efe9 (patch)
tree1d65e1610c22d6a68c90d67f4c7f3b147bfa151f /src/nonstd/_syscall.h
parent7ef8a7379f7f7d09e71ccae2a0b688c3cd80423f (diff)
add headers and assembly
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;
+}