summaryrefslogtreecommitdiff
path: root/grp/setgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'grp/setgroups.c')
-rw-r--r--grp/setgroups.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/grp/setgroups.c b/grp/setgroups.c
index 4d2c1e3eae..724d3ffe5f 100644
--- a/grp/setgroups.c
+++ b/grp/setgroups.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
@@ -21,9 +21,7 @@
/* Set the group set for the current user to GROUPS (N of them). */
int
-setgroups (n, groups)
- size_t n;
- const gid_t *groups;
+setgroups (size_t n, const gid_t *groups)
{
__set_errno (ENOSYS);
return -1;