Add support for using time64 on big-endian machines.
[uclibc-ng.git] / libc / sysdeps / linux / common / sched_yield.c
blob1f01dbd9ac02e57fed271bd0ddd12bd488d284ee
1 /*
2 * sched_yield() for uClibc
4 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
6 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7 */
9 #include <sys/syscall.h>
10 #include <sched.h>
11 _syscall0(int, sched_yield)