aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-03-19 01:54:41 +0000
committerAndreas Schwab <schwab@suse.de>1999-03-19 01:54:41 +0000
commit6fc8f783a45396d43d0fdda10a310ddd8de9a752 (patch)
treecca3a595b52509be6b2c7eba4bf7479f29e85f15 /sysdeps
parentb21c583227fa9f2e4022b6f964c88e17927c5d12 (diff)
downloadglibc-6fc8f783a45396d43d0fdda10a310ddd8de9a752.tar
glibc-6fc8f783a45396d43d0fdda10a310ddd8de9a752.tar.gz
glibc-6fc8f783a45396d43d0fdda10a310ddd8de9a752.tar.bz2
glibc-6fc8f783a45396d43d0fdda10a310ddd8de9a752.zip
1999-03-18 Philip Blundell <philb@gnu.org>
* 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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/getgroups.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/getgroups.c b/sysdeps/unix/sysv/linux/arm/getgroups.c
new file mode 100644
index 0000000000..102ea24e14
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/arm/getgroups.c
@@ -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>