Explicitly include <sched.h> for sched_yield()
It might be implicitly included by <pthread.h> (and that's why it worked so far), but it's not guaranteed (for example, this is not the case with newlib). llvm-svn: 223661
Loading
Please register or sign in to comment