make-it-fail fixes
[trinity.git] / syscalls / getsid.c
blob63c7ee3328627911ff1fe071a0f6dc72baa167a9
1 /*
2 * SYSCALL_DEFINE1(getsid, pid_t, pid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_getsid = {
7 .name = "getsid",
8 .num_args = 1,
9 .arg1name = "pid",
10 .arg1type = ARG_PID,