projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff8042
)
fix non-static dummy function that slipped in with locale implementation
author
Rich Felker
<dalias@aerifal.cx>
Sat, 6 Sep 2014 12:40:20 +0000
(08:40 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 6 Sep 2014 12:40:20 +0000
(08:40 -0400)
src/locale/__lctrans.c
patch
|
blob
|
history
diff --git
a/src/locale/__lctrans.c
b/src/locale/__lctrans.c
index 2769c08422d6ab1d39723b4aea15b388a07af4f3..15994c570a50b26c14a574876a69f22d0d0ecce1 100644
(file)
--- a/
src/locale/__lctrans.c
+++ b/
src/locale/__lctrans.c
@@
-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;
}