#include #include pid_t getsid(pid_t pid) { return syscall(getsid, pid); }