split up constants.h some
[trinity.git] / syscalls / timer_getoverrun.c
blob31e2531fd0ec561f1f791a5062481f1e6e2a5b84
1 /*
2 * SYSCALL_DEFINE1(timer_getoverrun, timer_t, timer_id)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_timer_getoverrun = {
7 .name = "timer_getoverrun",
8 .num_args = 1,
9 .arg1name = "timer_id",