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:
raiden00pl
2025-10-11 13:18:53 +02:00
committed by Matteo Golin
parent f22436ae46
commit 13ab107d67
61 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
****************************************************************************/
#if !defined(CONFIG_LIBC_ARCH_MEMCMP) && defined(LIBC_BUILD_MEMCMP)
#undef memcmp /* See mm/README.txt */
#undef memcmp
no_builtin("memcmp")
int memcmp(FAR const void *s1, FAR const void *s2, size_t n)
{