X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=lib%2Fvsprintf.c;h=46d34b0b74a873290b0cd9fcfff6c19561c91de4;hb=414d3448dbcb40807a1265ace64b2576ef919fbe;hp=7376b7c55ffee2d25daaf03d16ee9071339a009a;hpb=4e310fda91cb095915395f811d10b2c900c9589e;p=safe%2Fjmp%2Flinux-2.6 diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 7376b7c..46d34b0 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -118,6 +118,7 @@ long long simple_strtoll(const char *cp, char **endp, unsigned int base) return simple_strtoull(cp, endp, base); } +EXPORT_SYMBOL(simple_strtoll); /** * strict_strtoul - convert a string to an unsigned long strictly