Module Name: src
Committed By: martin
Date: Sat Feb 4 16:19:20 UTC 2023
Modified Files:
src/lib/libc/thread-stub [netbsd-9]: thread-stub.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1584):
lib/libc/thread-stub/thread-stub.c: revision 1.31
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.29.2.1 -r1.29.2.2 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.