mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
entered into RCS
This commit is contained in:
parent
12aeba0610
commit
7088289daa
@ -25,7 +25,7 @@ extern int __syssgi __P ((int, ...));
|
||||
|
||||
/* Set the group set for the current user to GROUPS (N of them). */
|
||||
int
|
||||
DEFUN(getgroups, (n, groups), size_t n AND gid_t *groups)
|
||||
DEFUN(__getgroups, (n, groups), size_t n AND gid_t *groups)
|
||||
{
|
||||
return __syssgi (SGI_GETGROUPS, n, groups);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user