aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/getuid.c
blob: aebf32be92ad1572fc5e3227a9996d1168fd7737 (plain)
1
2
3
4
5
6
7
8
#include "internal.h"

int
sys·getuid(void)
{
    long ret = syscall(·GetUid);
    return error(ret);
}