blob: 88f2cd538252b679b56ae4af475e0ea89b11c204 [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
uid_t geteuid(void)
{
return __syscall(SYS_geteuid);
}