about summary refs log tree commit diff
path: root/posix/setgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/setgid.c')
-rw-r--r--posix/setgid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/setgid.c b/posix/setgid.c
index 4a37cc77d8..42f3ca2cc4 100644
--- a/posix/setgid.c
+++ b/posix/setgid.c
@@ -24,8 +24,7 @@
    and effective group IDs, and the saved set-group-ID to GID;
    if not, the effective group ID is set to GID.  */
 int
-__setgid (gid)
-     gid_t gid;
+__setgid (gid_t gid)
 {
   __set_errno (ENOSYS);
   return -1;