aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/setsid.c
blob: 730abf008c08c6524a4d587e7b999e585c4b98a4 (plain) (blame)
1
2
3
4
#define __LIBRARY__
#include <unistd.h>

_syscall0(pid_t,setsid)