X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd..b1644f824d7f4989a94b8a752aadee26cae25069:/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 */