summaryrefslogtreecommitdiff
path: root/src/unistd/setgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setgid.c')
-rw-r--r--src/unistd/setgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setgid.c b/src/unistd/setgid.c
index 478387a4..30aa5223 100644
--- a/src/unistd/setgid.c
+++ b/src/unistd/setgid.c
@@ -5,7 +5,7 @@
int setgid(gid_t gid)
{
- SYSCALL("setgid", int, -1, gid, 0, 0, 0, 0, 0);
+ SYSCALL(setgid, int, -1, gid, 0, 0, 0, 0, 0);
}
/*
POSIX(1)