Luna/libs/libc/include/sys/syscall.h

9 lines
150 B
C
Raw Normal View History

#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
#define __want_syscalls
#include <luna/syscall.h>
#undef __want_syscalls
#undef _LUNA_SYSCALL_H
#endif