repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
sched_yield.c
blob
e2fc2f0965a9b9ec8ea0a81d56afc68b7f3926c0
1
/*
2
* SYSCALL_DEFINE0(sched_yield)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_sched_yield
= {
7
.
name
=
"sched_yield"
,
8
.
num_args
=
0
,
9
};