diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -82,6 +82,10 @@ int sys_dup2 (int, int); | |||
| 82 | int sys_read (int, char *, unsigned int); | 82 | int sys_read (int, char *, unsigned int); |
| 83 | int sys_write (int, const void *, unsigned int); | 83 | int sys_write (int, const void *, unsigned int); |
| 84 | struct tm *sys_localtime (const time_t *); | 84 | struct tm *sys_localtime (const time_t *); |
| 85 | /* MinGW64 system headers include string.h too early, causing the | ||
| 86 | compiler to emit a warning about sys_strerror having no | ||
| 87 | prototype. */ | ||
| 88 | char *sys_strerror (int); | ||
| 85 | 89 | ||
| 86 | #ifdef HAVE_MODULES | 90 | #ifdef HAVE_MODULES |
| 87 | extern void dynlib_reset_last_error (void); | 91 | extern void dynlib_reset_last_error (void); |