Commit 1ebfa519 authored by Arnaud Lacombe's avatar Arnaud Lacombe Committed by Michal Marek

kbuild/gconf: add dummy inline for bind_textdomain_codeset()

This symbols is used by gconf.
Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent fe04ce0b
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
static inline const char *gettext(const char *txt) { return txt; } static inline const char *gettext(const char *txt) { return txt; }
static inline void textdomain(const char *domainname) {} static inline void textdomain(const char *domainname) {}
static inline void bindtextdomain(const char *name, const char *dir) {} static inline void bindtextdomain(const char *name, const char *dir) {}
static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; }
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment