From 77e0283665150b44e913fe111279f19f44d40678 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Apr 2001 04:35:21 +0000 Subject: [PATCH] getgroups implementation for Linux/CRIS. --- sysdeps/unix/sysv/linux/cris/getgroups.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/cris/getgroups.c diff --git a/sysdeps/unix/sysv/linux/cris/getgroups.c b/sysdeps/unix/sysv/linux/cris/getgroups.c new file mode 100644 index 0000000..102ea24 --- /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 -- 2.7.4