make rule for user header file install
[lunaix-os.git] / lunaix-os / usr / libc / includes / errno.h
1 #ifndef __LUNALIBC_SYS_ERRNO_H
2 #define __LUNALIBC_SYS_ERRNO_H
3
4 #include <lunaix/status.h>
5
6 extern int geterrno();
7
8 #define errno (geterrno())
9
10 #endif /* __LUNALIBC_ERRNO_H */