]> code.ossystems Code Review - openembedded-core.git/commit
site: set nanosleep() behaviour for glibc / musl
authorAndré Draszik <git@andred.net>
Fri, 10 Jan 2020 16:53:00 +0000 (16:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2020 09:17:20 +0000 (09:17 +0000)
commit4522648758dc59f5ece736a0c1c0e95dcc7dafd1
tree05e7794414141113e0ba1e04240f18ad1815de92
parente1a20bed0d1c6b5fc64c9200fcd8ce2496ce3e08
site: set nanosleep() behaviour for glibc / musl

As per coreutils' (gnulib's) autotools test, nanosleep()
misbehaves on glibc (2.29), and works fine on musl.

During cross-compile, recent coreutils assume brokenness
when compiling for linux, which pessimises musl.

Set the correct result for musl, and for coherency reasons,
also specify the result for glibc.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-glibc
meta/site/common-musl