[PATCH] No arch-specific strpbrk implementations
[pandora-kernel.git] / lib / string.c
index b3c28a3..037a48a 100644 (file)
@@ -403,6 +403,7 @@ char *strpbrk(const char *cs, const char *ct)
        }
        return NULL;
 }
+EXPORT_SYMBOL(strpbrk);
 #endif
 
 #ifndef __HAVE_ARCH_STRSEP