Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
unistd
/
getpgrp.c
blob: 90e9bb07f6e3e19378957524d425847cec6df1c5 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
pid_t
getpgrp
(
void
)
{
return
__syscall
(
SYS_getpgid
,
0
);
}