setgroups implementation for Linux/CRIS.

This commit is contained in:
Ulrich Drepper 2001-04-09 04:48:09 +00:00
parent e1cb46ec7a
commit f79e192ba6

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/setgroups.c>