git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Framework for exporting system header to user space (#59)
[lunaix-os.git]
/
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 437719067616f576ad111e9dc3ff99b071567b53..c59d5391febab8f22927521d2bcfd208b7df0395 100644
(file)
--- a/
lunaix-os/usr/libc/includes/errno.h
+++ b/
lunaix-os/usr/libc/includes/errno.h
@@
-1,5
+1,5
@@
-#ifndef __LUNA
IX
_SYS_ERRNO_H
-#define __LUNA
IX
_SYS_ERRNO_H
+#ifndef __LUNA
LIBC
_SYS_ERRNO_H
+#define __LUNA
LIBC
_SYS_ERRNO_H
#include <lunaix/status.h>
@@
-7,4
+7,4
@@
extern int geterrno();
#define errno (geterrno())
-#endif /* __LUNA
IX
_ERRNO_H */
+#endif /* __LUNA
LIBC
_ERRNO_H */