From: Ulrich Drepper Date: Mon, 9 Apr 2001 04:35:21 +0000 (+0000) Subject: getgroups implementation for Linux/CRIS. X-Git-Tag: glibc-2.16-ports-before-merge~1979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e0283665150b44e913fe111279f19f44d40678;p=thirdparty%2Fglibc.git getgroups implementation for Linux/CRIS. --- diff --git a/sysdeps/unix/sysv/linux/cris/getgroups.c b/sysdeps/unix/sysv/linux/cris/getgroups.c new file mode 100644 index 00000000000..102ea24e142 --- /dev/null +++ b/sysdeps/unix/sysv/linux/cris/getgroups.c @@ -0,0 +1,2 @@ +/* We also have to rewrite the kernel gid_t to the user land type. */ +#include