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
move_pages: just use calloc
[trinity.git]
/
syscalls
/
timer_getoverrun.c
blob
31e2531fd0ec561f1f791a5062481f1e6e2a5b84
1
/*
2
* SYSCALL_DEFINE1(timer_getoverrun, timer_t, timer_id)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_timer_getoverrun
= {
7
.
name
=
"timer_getoverrun"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"timer_id"
,
10
};