projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe04ce0
)
kbuild/gconf: add dummy inline for bind_textdomain_codeset()
author
Arnaud Lacombe
<lacombar@gmail.com>
Sun, 5 Dec 2010 06:41:15 +0000
(
01:41
-0500)
committer
Michal 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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/lkc.h
b/scripts/kconfig/lkc.h
index 753cdbd7b80590abf05a0c86a6eb06153b11e774..a542c6ba84b322117e11d24fa8a134bed777550e 100644
(file)
--- a/
scripts/kconfig/lkc.h
+++ b/
scripts/kconfig/lkc.h
@@
-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