summaryrefslogtreecommitdiff
path: root/posix/getgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getgroups.c')
-rw-r--r--posix/getgroups.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/posix/getgroups.c b/posix/getgroups.c
index d8288129dc..45604ff69d 100644
--- a/posix/getgroups.c
+++ b/posix/getgroups.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
@@ -26,9 +26,7 @@
the calling process is in. Otherwise, fill in the group IDs
of its supplementary groups in LIST and return the number written. */
int
-__getgroups (size, list)
- int size;
- gid_t *list;
+__getgroups (int size, gid_t *list)
{
#if defined (NGROUPS_MAX) && NGROUPS_MAX == 0
/* The system has no supplementary groups. */