blob: 6dd7975cb50b08f9b10361544f256d70dce332cd [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
gid_t getgid(void) {
return __syscall(SYS_getgid);
}