Module Name: src
Committed By: jdolecek
Date: Sat Feb 6 00:08:58 UTC 2021
Modified Files:
src/lib/libc/thread-stub: thread-stub.c
Log Message:
change libc sched_yield() stub to actually still call the syscall
instead of doing nothing when app is not linked with pthread; this matches
other systems
suggested by Mateusz Guzik in:
http://mail-index.netbsd.org/tech-kern/2020/07/19/msg026620.html
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/thread-stub/thread-stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.