X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..084eac3d5fa7deeab2296cf20653f4f7b3f75cd0:/lunaix-os/usr/libc/includes/errno.h diff --git a/lunaix-os/usr/libc/includes/errno.h b/lunaix-os/usr/libc/includes/errno.h index 4377190..c59d539 100644 --- a/lunaix-os/usr/libc/includes/errno.h +++ b/lunaix-os/usr/libc/includes/errno.h @@ -1,5 +1,5 @@ -#ifndef __LUNAIX_SYS_ERRNO_H -#define __LUNAIX_SYS_ERRNO_H +#ifndef __LUNALIBC_SYS_ERRNO_H +#define __LUNALIBC_SYS_ERRNO_H #include @@ -7,4 +7,4 @@ extern int geterrno(); #define errno (geterrno()) -#endif /* __LUNAIX_ERRNO_H */ +#endif /* __LUNALIBC_ERRNO_H */