mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Made errno(3) a macro to itself.
This commit is contained in:
parent
38f27a45fc
commit
73e2d9db3c
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
#define _ERRNO_DECL
|
||||
|
||||
extern volatile int errno;
|
||||
#define errno errno
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue