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