make configure attempt to catch broken floating point CFLAGS/defaults
[musl.git] / src / sched / sched_yield.c
blobee6f0e7f160410c765146fd5713adcd9909627c1
1 #include <sched.h>
2 #include "syscall.h"
4 int sched_yield()
6 return syscall(SYS_sched_yield);