Luna/libc/include/sys/syscall.h

11 lines
236 B
C

/* sys/syscall.h: Syscall constants. */
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
/* This header just forwards to luna/Syscall.h, which is used in the kernel as well. */
#include <luna/Syscall.h>
#undef enumerate_syscalls
#endif