Files
oldlinux-files/kernel/0.1x/linux-0.11/lib/setsid.c
2024-02-19 00:24:53 -05:00

11 lines
138 B
C

/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include <unistd.h>
_syscall0(pid_t,setsid)