diff options
Diffstat (limited to 'winsup/mingw/include/errno.h')
-rw-r--r-- | winsup/mingw/include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/include/errno.h b/winsup/mingw/include/errno.h index f9f709c65..675b50674 100644 --- a/winsup/mingw/include/errno.h +++ b/winsup/mingw/include/errno.h @@ -88,7 +88,7 @@ extern "C" { #undef errno extern int errno; #else -_CRTIMP int* __cdecl _errno(void); +_CRTIMP int* __cdecl __MINGW_NOTHROW _errno(void); #define errno (*_errno()) #endif |