This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
sortix--sortix
Watch
1
Star
0
Fork
You've already forked sortix--sortix
0
mirror of
https://gitlab.com/sortix/sortix.git
synced
2023-02-13 20:55:38 -05:00
Code
Releases
Activity
c03738a9f3
sortix--sortix
/
libmaxsi
/
decl
/
errno_decl.h
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Implemented errno(3), added support in both kernel and utils.
2011-11-22 17:26:47 +01:00
#
ifndef _ERRNO_DECL
#
define _ERRNO_DECL
extern
volatile
int
errno
;
Made errno(3) a macro to itself.
2012-03-04 18:06:24 +01:00
#
define errno errno
Implemented errno(3), added support in both kernel and utils.
2011-11-22 17:26:47 +01:00
#
endif
Copy permalink