Subj : 3rdp/build/cl-linux-yield.patch3rdp/build/GNUmakefile To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Oct 19 2021 12:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/53264f2b0f20d28508ecdc61 Added Files: 3rdp/build/cl-linux-yield.patch Modified Files: 3rdp/build/GNUmakefile Log Message: Use shed_yield() instead of pthread_yield() on Linux Per https://man7.org/linux/man-pages/man3/pthread_yield.3.html This call is nonstandard, but present on several other systems. Use the standardized sched_yield(2) instead. Should fix #299. .