Sign in
◑
Theme
mojo
/
mojo-tools
/
2396e1a344da78fc5d8ac5be33b1ad731d36def8
/
.
/
fusl
/
src
/
unistd
/
getpgrp.c
blob: 6035de9b631ca75bbf35fe1d78b66ebaf708da3b [
file
]
#include
<unistd.h>
#include
"syscall.h"
pid_t
getpgrp
(
void
)
{
return
__syscall
(
SYS_getpgid
,
0
);
}