mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-16 12:43:11 +00:00
The former is a non-standard glibc extension. On linux, it is implemented as a call to sched_yield, so this change does nothing there. On OSX, pthread_yield doesn't exist, and we already use sched_yield.