diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 7619108118..32547b9893 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -74,6 +74,9 @@ extern wint_t __getwc_unlocked (FILE *__fp); # endif +extern __const char *__const _sys_errlist_internal[]; +extern int _sys_nerr_internal; + # endif #endif |