diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/abort.c b/stdlib/abort.c index 8f5f4fe6b8..018f735fbf 100644 --- a/stdlib/abort.c +++ b/stdlib/abort.c @@ -32,7 +32,7 @@ #endif /* Exported variable to locate abort message in core files etc. */ -struct abort_msg_s *__abort_msg __attribute__ ((nocommon)); +struct abort_msg_s *__abort_msg; libc_hidden_def (__abort_msg) /* We must avoid to run in circles. Therefore we remember how far we |