entered into RCS
authorRoland McGrath <roland@gnu.org>
Thu, 23 Jun 1994 05:17:22 +0000 (05:17 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 23 Jun 1994 05:17:22 +0000 (05:17 +0000)
sysdeps/unix/sysv/irix4/getgroups.c

index b6f002a..b85b139 100644 (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);
 }