summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/linux.c')
-rw-r--r--newlib/libc/sys/linux/linux.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/linux.c b/newlib/libc/sys/linux/linux.c
new file mode 100644
index 000000000..eb6e7cfbe
--- /dev/null
+++ b/newlib/libc/sys/linux/linux.c
@@ -0,0 +1,14 @@
+/* libc/sys/linux/linux.c - System-specific system calls */
+
+/* Written 2000 by Werner Almesberger */
+
+
+/*
+ * Most system call wrappers have moved to utilities; future fate of this file
+ * is guided by glibc/autoconf compatibility and FFS
+ */
+
+#include <sys/syscall.h>
+
+
+/* _syscall1(int,delete_module,const char *,name) */