add support to GIC ITS, and the MSI service base on it
[lunaix-os.git] / lunaix-os / usr / libc / src / posix / errno.c
1 #include <lunaix/syscall.h>
2 #include <errno.h>
3
4 int
5 geterrno()
6 {
7     return do_lunaix_syscall(__SYSCALL_geterrno);
8 }