diff options
Diffstat (limited to 'include/errno.h')
-rw-r--r-- | include/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h index 871c95bef..498db0fbf 100644 --- a/include/errno.h +++ b/include/errno.h @@ -13,6 +13,7 @@ extern int _sys_nerr; extern char *_sys_errlist[]; #endif + extern int errno; __BEGIN_DECLS |