add new renameat2 syscall
[trinity.git] / syscalls / nice.c
blob72ff4e2c90b8d87d415a75526431bfa12966ec4f
1 /*
2 * SYSCALL_DEFINE1(nice, int, increment)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_nice = {
7 .name = "nice",
8 .num_args = 1,
9 .arg1name = "increment",