git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
documentation update, readme reformatted
[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 */