#include pid_t setpgrp(void) { return setpgid(0, 0); } #ifdef TEST int main(void) { return 0; } #endif