blob: 2004630a8fd898ae38eeaf65d631b44cf39e93ba [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
pid_t getpgrp(void)
{
return syscall0(__NR_getpgrp);
}