diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-12-05 01:41:15 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-12-15 08:42:11 -0500 |
commit | 1ebfa5198ee96f34f2ee4ae95c92318f07341fbd (patch) | |
tree | aa352b2d7b355b11957999cfc9b9e4c68d81dac4 /scripts | |
parent | fe04ce0bf955eaf53f7e4cd6bb35976fa94e0925 (diff) |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/lkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 753cdbd7b805..a542c6ba84b3 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -14,6 +14,7 @@ | |||
14 | static inline const char *gettext(const char *txt) { return txt; } | 14 | static inline const char *gettext(const char *txt) { return txt; } |
15 | static inline void textdomain(const char *domainname) {} | 15 | static inline void textdomain(const char *domainname) {} |
16 | static inline void bindtextdomain(const char *name, const char *dir) {} | 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 | #endif | 18 | #endif |
18 | 19 | ||
19 | #ifdef __cplusplus | 20 | #ifdef __cplusplus |