package/rng-tools: replace non standard pthread_yield with sched_yield
authorMatt Weber <matthew.weber@rockwellcollins.com>
Thu, 31 Oct 2019 07:35:14 +0000 (02:35 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Nov 2019 20:47:35 +0000 (21:47 +0100)
commitd89087b45bfe50c2ca6b91a829069ea712a13b50
tree20e32688c2f964247b49005890f48ac81826d189
parentf755900984df4f29e2957ffdcc3d505588f8031a
package/rng-tools: replace non standard pthread_yield with sched_yield

This patch fixes a musl build failure where the non-standard pthread_yield
was used.

(Patch picked from upstream)

Fixes:
http://autobuild.buildroot.net/results/7479b5193cc3d6b98bbd7db4e4682945133eb2ff/

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rng-tools/0002-rngd_jitter-replace-non-standard-pthread_yield-with-.patch [new file with mode: 0644]