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