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
/
pause.c
blob
b6196f8a4895bf70463671b6f9c6e094ebd1753e
1
/*
2
* SYSCALL_DEFINE0(pause)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_pause
= {
7
.
name
=
"pause"
,
8
.
num_args
=
0
,
9
.
flags
=
AVOID_SYSCALL
,
// Boring. Can cause long sleeps
10
};