mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
site: musl has working memcmp()
I.e. a memcmp() that is 8bit clean (like glibc). (From OE-Core rev: d938ca1b8bc715047d771907c6ea4a1c9aa6594f) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c2cf565e8d
commit
fe141ba944
@@ -4,6 +4,7 @@ ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
|
||||
ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
|
||||
ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
|
||||
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
|
||||
ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
|
||||
ac_cv_func_getpgrp_void=yes
|
||||
ac_cv_func_setpgrp_void=yes
|
||||
ac_cv_func_setgrent_void=yes
|
||||
|
||||
Reference in New Issue
Block a user