getgroups implementation for Linux/CRIS.
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Apr 2001 04:35:21 +0000 (04:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Apr 2001 04:35:21 +0000 (04:35 +0000)
sysdeps/unix/sysv/linux/cris/getgroups.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/linux/cris/getgroups.c b/sysdeps/unix/sysv/linux/cris/getgroups.c
new file mode 100644 (file)
index 0000000..102ea24
--- /dev/null
@@ -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>