diff options
Diffstat (limited to 'stdlib/fmtmsg.c')
-rw-r--r-- | stdlib/fmtmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 9945ab9400..101beb7f73 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -99,7 +99,7 @@ int fmtmsg (long int classification, const char *label, int severity, const char *text, const char *action, const char *tag) { - __libc_once_define (once); + __libc_once_define (static, once); int result = MM_OK; struct severity_info *severity_rec; |