]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
authorDavid S. Miller <davem@redhat.com>
Thu, 21 May 1998 23:40:46 +0000 (23:40 +0000)
committerDavid S. Miller <davem@redhat.com>
Thu, 21 May 1998 23:40:46 +0000 (23:40 +0000)
s_getgroups and s_setgroups.
* sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c,
sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New files.

ChangeLog.SPARC
sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list

index f4db013b09e33b884b991e269234f0d1b426a77b..b5ed4f33d4783161e8157d44d543c38b5d4a2694 100644 (file)
@@ -1,3 +1,10 @@
+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
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c b/sysdeps/unix/sysv/linux/sparc/sparc32/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>
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c b/sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c
new file mode 100644 (file)
index 0000000..0e70862
--- /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/setgroups.c>
index 7883d70719e850c5fa7f0c5b0114d8c166e59313..9a3e4d0e58027d81a385db5438b53b29f701101a 100644 (file)
@@ -1,3 +1,5 @@
 # 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