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 f991f18d..28888be0 100644
--- a/src/unistd/getgid.c
+++ b/src/unistd/getgid.c
@@ -5,7 +5,7 @@
gid_t getgid(void)
{
- SYSCALL("getgid", gid_t, -1, 0, 0, 0, 0, 0, 0);
+ SYSCALL(getgid, gid_t, -1, 0, 0, 0, 0, 0, 0);
}
/*
POSIX(1)