9 lines
150 B
C
9 lines
150 B
C
|
#ifndef _SYS_SYSCALL_H
|
||
|
#define _SYS_SYSCALL_H
|
||
|
|
||
|
#define __want_syscalls
|
||
|
#include <luna/syscall.h>
|
||
|
#undef __want_syscalls
|
||
|
#undef _LUNA_SYSCALL_H
|
||
|
|
||
|
#endif
|