Commit 1ebfa5198ee96f34f2ee4ae95c92318f07341fbd

Authored by Arnaud Lacombe
Committed by Michal Marek
1 parent fe04ce0bf9

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

scripts/kconfig/lkc.h
... ... @@ -14,6 +14,7 @@
14 14 static inline const char *gettext(const char *txt) { return txt; }
15 15 static inline void textdomain(const char *domainname) {}
16 16 static inline void bindtextdomain(const char *name, const char *dir) {}
  17 +static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; }
17 18 #endif
18 19  
19 20 #ifdef __cplusplus