note a leak that needs fixing eventually
[trinity.git] / syscalls / sched_yield.c
blobe2fc2f0965a9b9ec8ea0a81d56afc68b7f3926c0
1 /*
2 * SYSCALL_DEFINE0(sched_yield)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_sched_yield = {
7 .name = "sched_yield",
8 .num_args = 0,
9 };