1999-03-18 Philip Blundell <philb@gnu.org>
authorAndreas Schwab <schwab@suse.de>
Fri, 19 Mar 1999 01:54:41 +0000 (01:54 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 19 Mar 1999 01:54:41 +0000 (01:54 +0000)
* sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
implementation.

sysdeps/unix/sysv/linux/arm/getgroups.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/linux/arm/getgroups.c b/sysdeps/unix/sysv/linux/arm/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>