diff options
Diffstat (limited to 'newlib/libc/include/_ansi.h')
-rw-r--r-- | newlib/libc/include/_ansi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/_ansi.h b/newlib/libc/include/_ansi.h index c5597b30b..7ac71e2dd 100644 --- a/newlib/libc/include/_ansi.h +++ b/newlib/libc/include/_ansi.h @@ -35,7 +35,7 @@ #define _END_STD_C } #endif #if __GNUC_PREREQ (3, 3) -#define _NOTHROW __attribute__ ((nothrow)) +#define _NOTHROW __attribute__ ((__nothrow__)) #else #define _NOTHROW throw() #endif |