mirror of git://git.musl-libc.org/musl
fix non-static dummy function that slipped in with locale implementation
This commit is contained in:
parent
7ff804269b
commit
86876dbec5
|
@ -2,7 +2,7 @@
|
|||
#include "locale_impl.h"
|
||||
#include "libc.h"
|
||||
|
||||
const char *dummy(const char *msg, const struct __locale_map *lm)
|
||||
static const char *dummy(const char *msg, const struct __locale_map *lm)
|
||||
{
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue