kbuild/gconf: add dummy inline for bind_textdomain_codeset()
authorArnaud Lacombe <lacombar@gmail.com>
Sun, 5 Dec 2010 06:41:15 +0000 (01:41 -0500)
committerMichal Marek <mmarek@suse.cz>
Wed, 15 Dec 2010 13:42:11 +0000 (14:42 +0100)
This symbols is used by gconf.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

scripts/kconfig/lkc.h

index 753cdbd..a542c6b 100644 (file)
@@ -14,6 +14,7 @@
 static inline const char *gettext(const char *txt) { return txt; }
 static inline void textdomain(const char *domainname) {}
 static inline void bindtextdomain(const char *name, const char *dir) {}
+static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; }
 #endif
 
 #ifdef __cplusplus