]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Update to latest
authorKhem Raj <raj.khem@gmail.com>
Fri, 30 Oct 2020 19:03:59 +0000 (12:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 31 Oct 2020 08:53:13 +0000 (08:53 +0000)
Fixes pthread_condvars add support for SIGEV_THREAD_ID times

27b2fc9d fix missing-wake regression in pthread_cond_wait
7c71792e add support for SIGEV_THREAD_ID timers
f70375df fix sem_close unmapping of still-referenced semaphore
613ccabe refactor setxid return path to use __syscall_ret
ccba2345 ldso: notify the debugger when we're doing a dlopen
4209a7b1 fix setgroups behavior in multithreaded process
6ce91ef0 avoid __synccall for setrlimit on kernels with prlimit syscall
3437e478 fix reintroduction of errno clobbering by atfork handlers
2d0bbe6c fix pthread_cond_wait paired with with priority-inheritance mutex

Details are here [1]

[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0b87551bdfb74ac411caa335d8ad0b89a7f139c6..27b2fc9d6db956359727a66c262f1e69995660aa

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl_git.bb

index 504fdfe019021de3a7c62958de767acb3130a092..dcd7a389b23866635ed7ab591355da47f22418ac 100644 (file)
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "0b87551bdfb74ac411caa335d8ad0b89a7f139c6"
+SRCREV = "27b2fc9d6db956359727a66c262f1e69995660aa"
 
 BASEVER = "1.2.1"