Wrapper around setgroups syscall to check for value range.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Oct 1998 16:21:38 +0000 (16:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Oct 1998 16:21:38 +0000 (16:21 +0000)
sysdeps/unix/sysv/linux/arm/setgroups.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/linux/arm/setgroups.c b/sysdeps/unix/sysv/linux/arm/setgroups.c
new file mode 100644 (file)
index 0000000..0e70862
--- /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/setgroups.c>