mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Scheduled for removal: strnicmp() which is unused
This commit is contained in:
parent
ac2e2b82bc
commit
983bebbea3
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue