blob: 2f1f1d9fc706d7a013949e608732b0866ab15e19 [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
gid_t getegid(void) {
return __syscall(SYS_getegid);
}