Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / usr / libc / includes / syscall.h
1 #ifndef __LUNALIBC_SYSCALL_H
2 #define __LUNALIBC_SYSCALL_H
3
4 #include <lunaix/syscallid.h>
5
6 unsigned long do_lunaix_syscall(int num, ...);
7
8 #endif /* __LUNALIBC_SYSCALL_H */