summaryrefslogtreecommitdiff
path: root/klibc/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include/sys/syscall.h')
-rw-r--r--klibc/include/sys/syscall.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/klibc/include/sys/syscall.h b/klibc/include/sys/syscall.h
deleted file mode 100644
index c2c7684c4a..0000000000
--- a/klibc/include/sys/syscall.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * sys/syscall.h
- *
- * Generic system call interface macros
- */
-#ifndef _SYS_SYSCALL_H
-#define _SYS_SYSCALL_H
-
-#include <errno.h>
-#include <sys/types.h>
-#include <asm/unistd.h>
-
-/* Many architectures have incomplete, defective or non-applicable
- syscall macros */
-#include <klibc/archsys.h>
-
-#endif /* _SYS_SYSCALL_H */