summaryrefslogtreecommitdiff
path: root/src/unistd/getuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getuid.c')
-rw-r--r--src/unistd/getuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getuid.c b/src/unistd/getuid.c
index 8a06b900..d85814d4 100644
--- a/src/unistd/getuid.c
+++ b/src/unistd/getuid.c
@@ -5,7 +5,7 @@
uid_t getuid(void)
{
- SCNOFAIL();
+ SYSCALL("getuid", uid_t, -1, 0, 0, 0, 0, 0, 0);
}
/*
POSIX(1)