From 84217308cf704fda8a9db817b458ccadf444efe9 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 8 Feb 2019 18:45:05 -0500 Subject: add headers and assembly --- src/nonstd/_syscall.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/nonstd/_syscall.h (limited to 'src/nonstd/_syscall.h') 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; +} -- cgit v1.2.1