From 2ac24faac88b624b04321f29bbedb97545a47b2f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 19 Mar 1999 01:54:41 +0000 Subject: [PATCH] 1999-03-18 Philip Blundell * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation. --- sysdeps/unix/sysv/linux/arm/getgroups.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/arm/getgroups.c diff --git a/sysdeps/unix/sysv/linux/arm/getgroups.c b/sysdeps/unix/sysv/linux/arm/getgroups.c new file mode 100644 index 00000000000..102ea24e142 --- /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 -- 2.47.3