Luna/libc/include/sys/syscall.h

11 lines
216 B
C
Raw Normal View History

2023-01-08 15:29:30 +01:00
/* sys/syscall.h: Syscall constants. */
2023-01-07 11:21:53 +01:00
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
/* This header just forwards to the kernel API header Syscall.h. */
#include <moon/Syscall.h>
2023-01-08 15:29:30 +01:00
#undef enumerate_syscalls
#endif