summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/assert.h')
-rw-r--r--winsup/mingw/include/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/include/assert.h b/winsup/mingw/include/assert.h
index 9d825c9a2..0cf09fe09 100644
--- a/winsup/mingw/include/assert.h
+++ b/winsup/mingw/include/assert.h
@@ -35,7 +35,7 @@ extern "C" {
* CRTDLL nicely supplies a function which does the actual output and
* call to abort.
*/
-_CRTIMP void __cdecl _assert (const char*, const char*, int) __MINGW_ATTRIB_NORETURN;
+_CRTIMP void __cdecl __MINGW_NOTHROW _assert (const char*, const char*, int) __MINGW_ATTRIB_NORETURN;
/*
* Definition of the assert macro.