mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
libc: remove reference to non-existent readme
remove reference to non-existent readme in libc. Pointing to the documentation page doesn't make sense in this case, because it doesn't explain the use of `#undef XXX` for this case anyway. Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#if !defined(CONFIG_LIBC_ARCH_STRCASECMP) && defined(LIBC_BUILD_STRCASECMP)
|
||||
#undef strcasecmp /* See mm/README.txt */
|
||||
#undef strcasecmp
|
||||
int strcasecmp(FAR const char *cs, FAR const char *ct)
|
||||
{
|
||||
register int result;
|
||||
|
||||
Reference in New Issue
Block a user