refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / errno.h
1 #ifndef __LUNAIX_SYS_ERRNO_H
2 #define __LUNAIX_SYS_ERRNO_H
3
4 #include <lunaix/status.h>
5
6 extern int geterrno();
7
8 #define errno (geterrno())
9
10 #endif /* __LUNAIX_ERRNO_H */