1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2012-03-04 18:06:24 +01:00
parent 38f27a45fc
commit 73e2d9db3c

View file

@ -2,5 +2,6 @@
#define _ERRNO_DECL
extern volatile int errno;
#define errno errno
#endif