summaryrefslogtreecommitdiff
path: root/libc/posix/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix/getegid.c')
-rw-r--r--libc/posix/getegid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/posix/getegid.c b/libc/posix/getegid.c
index e8f09f579..c14cc6097 100644
--- a/libc/posix/getegid.c
+++ b/libc/posix/getegid.c
@@ -20,7 +20,7 @@
/* Get the effective group ID of the calling process. */
__gid_t
-__getegid ()
+__getegid (void)
{
__set_errno (ENOSYS);
return -1;