Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | Fix warning due to relaxed function declaration prototype | Yann Sionneau | |
Fixes this: libintl/libintl.c:81:13: warning: function declaration isn't a prototype [-Wstrict-prototypes] const char *_nl_expand_alias () { return NULL; } ^~~~~~~~~~~~~~~~ Signed-off-by: Yann Sionneau <ysionneau@kalray.eu> | |||
2016-12-20 | add stub implementation for libintl/gettext | Waldemar Brodkorb | |
These adds the stubs from gettext-tiny 0.0.5 from here: https://github.com/sabotage-linux/gettext-tiny |