aboutsummaryrefslogtreecommitdiff
path: root/gcc/tsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tsystem.h')
-rw-r--r--gcc/tsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tsystem.h b/gcc/tsystem.h
index e1e6a96..5c72c69 100644
--- a/gcc/tsystem.h
+++ b/gcc/tsystem.h
@@ -59,7 +59,7 @@ extern int atexit (void (*)(void));
#endif
#ifndef abort
-extern void abort (void) __attribute__ ((__noreturn__));
+#define abort() __builtin_trap ()
#endif
#ifndef strlen