getgroups implementation for Linux/CRIS.

This commit is contained in:
Ulrich Drepper 2001-04-09 04:35:21 +00:00
parent 58e6c6c253
commit 77e0283665
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/* We also have to rewrite the kernel gid_t to the user land type. */
#include <sysdeps/unix/sysv/linux/i386/getgroups.c>