[oe-commits] [openembedded-core] 10/28: site: musl has working memcmp()

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 23:48:26 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e148f54e3fc1d67fb7c9b2cf23125af49a4b91d8
Author: André Draszik <git at andred.net>
AuthorDate: Fri Jan 10 16:52:48 2020 +0000

    site: musl has working memcmp()
    
    I.e. a memcmp() that is 8bit clean (like glibc).
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/common-musl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/site/common-musl b/meta/site/common-musl
index 1b4fc32..024b6ba 100644
--- a/meta/site/common-musl
+++ b/meta/site/common-musl
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list