s_getgroups and s_setgroups.
* sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c,
sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New files.
+1998-05-21 David S. Miller <davem@dm.cobaltmicro.com>
+
+ * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
+ s_getgroups and s_setgroups.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c,
+ sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New files.
+
1998-04-07 Richard Henderson <rth@cygnus.com>
* sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert change
--- /dev/null
+/* We also have to rewrite the kernel gid_t to the user land type. */
+#include <sysdeps/unix/sysv/linux/i386/getgroups.c>
--- /dev/null
+/* We also have to rewrite the kernel gid_t to the user land type. */
+#include <sysdeps/unix/sysv/linux/i386/setgroups.c>
# File name Caller Syscall name # args Strong name Weak names
+s_getgroups getgroups getgroups 2 __syscall_getgroups
s_llseek llseek _llseek 5 __sys_llseek
+s_setgroups setgroups setgroups 2 __syscall_setgroups