DEBSOURCES
Skip Quicknav
sources / trinity / 1.3-1 / syscalls / nice.c
12345678910
/* * SYSCALL_DEFINE1(nice, int, increment) */ #include "sanitise.h" struct syscall syscall_nice = { .name = "nice", .num_args = 1, .arg1name = "increment", };