apio
3f1e6fc2ff
Some checks failed
continuous-integration/drone/push Build is failing
A kernel-specific header has nothing to do in libluna.
11 lines
216 B
C
11 lines
216 B
C
/* sys/syscall.h: Syscall constants. */
|
|
|
|
#ifndef _SYS_SYSCALL_H
|
|
#define _SYS_SYSCALL_H
|
|
|
|
/* This header just forwards to the kernel API header Syscall.h. */
|
|
#include <moon/Syscall.h>
|
|
#undef enumerate_syscalls
|
|
|
|
#endif
|