renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / includes / lunaix / syscall.h
diff --git a/lunaix-os/usr/libc/includes/lunaix/syscall.h b/lunaix-os/usr/libc/includes/lunaix/syscall.h
deleted file mode 100644 (file)
index eb622e1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __LUNALIBC_OSDEPS_SYSCALL_H
-#define __LUNALIBC_OSDEPS_SYSCALL_H
-
-#include <lunaix/syscallid.h>
-
-extern unsigned long
-do_lunaix_syscall(unsigned long call_id, ...);
-
-#endif /* __LUNALIBC_OSDEPS_SYSCALL_H */