Files
c-toxcore/testing
iphydf 6f42eadc54 Replace pthread_yield with sched_yield.
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.
2016-09-02 09:55:00 +01:00
..
2016-09-01 16:35:46 +01:00
2016-09-01 16:35:46 +01:00
2016-09-01 16:35:46 +01:00