blob: 2b1ff5548cb7183ad5d9ae03f88a777471b2b663 [file] [log] [blame]
#include <sched.h>
#include <zircon/syscalls.h>
int sched_yield() {
_zx_nanosleep(0ull);
return 0;
}