mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 23:18:20 +00:00
kbuild/gconf: add dummy inline for bind_textdomain_codeset()
This symbols is used by gconf. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
fe04ce0bf9
commit
1ebfa5198e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user