index
:
wasi-libc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc-top-half
/
musl
/
src
/
unistd
/
setpgrp.c
blob: a2a37f65f3b7ec1c0aff38da28949b1972ec80a5 (
plain
)
1
2
3
4
5
6
#include
<unistd.h>
pid_t
setpgrp
(
void
)
{
return
setpgid
(
0
,
0
);
}