powerpc/ppc: export strncasecmp

We have a strncasecmp so we might as well export it

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Este commit está contenido en:
Kumar Gala
2006-04-02 16:01:58 -05:00
padre 856d08ec46
commit 34ddf733c4
Se han modificado 2 ficheros con 2 adiciones y 0 borrados

Ver fichero

@@ -94,6 +94,7 @@ EXPORT_SYMBOL(strcat);
EXPORT_SYMBOL(strlen);
EXPORT_SYMBOL(strcmp);
EXPORT_SYMBOL(strcasecmp);
EXPORT_SYMBOL(strncasecmp);
EXPORT_SYMBOL(__div64_32);
EXPORT_SYMBOL(csum_partial);