summaryrefslogtreecommitdiff
path: root/misc/setregid.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/setregid.c')
-rw-r--r--misc/setregid.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/setregid.c b/misc/setregid.c
index 692bff0105..2f4f51a186 100644
--- a/misc/setregid.c
+++ b/misc/setregid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,9 +22,7 @@
/* Set the real group ID of the calling process to RGID,
and the effective group ID of the calling process to EGID. */
int
-__setregid (effective_gid, real_gid)
- gid_t effective_gid;
- gid_t real_gid;
+__setregid (gid_t effective_gid, gid_t real_gid)
{
__set_errno (ENOSYS);
return -1;