7 lines
68 B
C
7 lines
68 B
C
|
#include <unistd.h>
|
||
|
|
||
|
int getpgrp() {
|
||
|
/* XXX */
|
||
|
return getgid();
|
||
|
}
|