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.
1999-03-18  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
implementation.

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

index ab27990..eeb00a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-18  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386 
+       implementation.
+
 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * timezone/africa: Update from tzdata1999b.
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>