]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 b6f002ab2ea6c268d015698b11445ff9d02b7b14..b85b13942c34b184affa1386f1c62de6c4eb72d0 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);
 }