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
1 changed files with 1 additions and 0 deletions

View File

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