Luna/libc/include/sys/syscall.h
apio b70bbc0ba6
All checks were successful
continuous-integration/drone/push Build is passing
More libc commenting
2023-01-07 11:21:53 +01:00

10 lines
216 B
C

/* sys/syscall.h: Defines syscall numbers. */
#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>
#endif