diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-02 16:01:58 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-02 16:01:58 -0500 |
| commit | 34ddf733c415a8e336c996a4303d9f336e0c81b5 (patch) | |
| tree | 1c2ca5a39c44bfe9ef7d24ee50ce9ed3e32c3ebc /arch/ppc/kernel | |
| parent | 856d08ec46c5ecf3df13827c492fb6998fdc8322 (diff) | |
| download | lwn-34ddf733c415a8e336c996a4303d9f336e0c81b5.tar.gz lwn-34ddf733c415a8e336c996a4303d9f336e0c81b5.zip | |
powerpc/ppc: export strncasecmp
We have a strncasecmp so we might as well export it
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc/kernel')
| -rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 865ba74991a9..b250b1b539b6 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c @@ -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); |
