mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 02:11:32 +02:00
fff36017cf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29264 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
446 B
Diff
13 lines
446 B
Diff
--- a/arch/um/os-Linux/user_syms.c
|
|
+++ b/arch/um/os-Linux/user_syms.c
|
|
@@ -18,6 +18,9 @@ extern void *memmove(void *, const void
|
|
extern void *memset(void *, int, size_t);
|
|
extern int printf(const char *, ...);
|
|
|
|
+extern int __sprintf_chk(char *str, int flag, size_t strlen, const char *format);
|
|
+EXPORT_SYMBOL(__sprintf_chk);
|
|
+
|
|
/* If it's not defined, the export is included in lib/string.c.*/
|
|
#ifdef __HAVE_ARCH_STRSTR
|
|
EXPORT_SYMBOL(strstr);
|