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