mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
Scheduled for removal: strnicmp() which is unused
This commit is contained in:
@@ -38,7 +38,7 @@ extern int strcmp(const char *,const char *);
|
||||
#ifndef __HAVE_ARCH_STRNCMP
|
||||
extern int strncmp(const char *,const char *,__kernel_size_t);
|
||||
#endif
|
||||
#ifndef __HAVE_ARCH_STRNICMP
|
||||
#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */
|
||||
extern int strnicmp(const char *, const char *, __kernel_size_t);
|
||||
#endif
|
||||
#ifndef __HAVE_ARCH_STRCHR
|
||||
|
Reference in New Issue
Block a user