entered into RCS

This commit is contained in:
Roland McGrath 1994-06-23 05:17:22 +00:00
parent 12aeba0610
commit 7088289daa

View file

@ -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);
}