Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
nico
/
archive
/
refs/heads/master
/
.
/
lib
/
setsid.c
blob: c157b7135a822035f27e2bdc7eaae7d4de334aa8 [
file
] [
log
] [
blame
]
/*
* linux/lib/setsid.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define
__LIBRARY__
#include
<linux/types.h>
#include
<linux/unistd.h>
_syscall0
(
pid_t
,
setsid
)