mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 18:30:05 +00: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). */
|
/* Set the group set for the current user to GROUPS (N of them). */
|
||||||
int
|
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);
|
return __syssgi (SGI_GETGROUPS, n, groups);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user