diff options
Diffstat (limited to 'lib/string.c')
-rw-r--r-- | lib/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/string.c b/lib/string.c index b3c28a3f6332..037a48acedbb 100644 --- a/lib/string.c +++ b/lib/string.c | |||
@@ -403,6 +403,7 @@ char *strpbrk(const char *cs, const char *ct) | |||
403 | } | 403 | } |
404 | return NULL; | 404 | return NULL; |
405 | } | 405 | } |
406 | EXPORT_SYMBOL(strpbrk); | ||
406 | #endif | 407 | #endif |
407 | 408 | ||
408 | #ifndef __HAVE_ARCH_STRSEP | 409 | #ifndef __HAVE_ARCH_STRSEP |