entered into RCS
authorRoland McGrath <roland@gnu.org>
Wed, 2 Feb 1994 22:26:32 +0000 (22:26 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 2 Feb 1994 22:26:32 +0000 (22:26 +0000)
sysdeps/unix/sysv/sco3.2.4/sigsuspend.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/i386/fstat.S
sysdeps/unix/sysv/sysv4/i386/lstat.S
sysdeps/unix/sysv/sysv4/sigaltstack.S

diff --git a/sysdeps/unix/sysv/sco3.2.4/sigsuspend.S b/sysdeps/unix/sysv/sco3.2.4/sigsuspend.S
new file mode 100644 (file)
index 0000000..9bce387
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/sysv4/sigsuspend.S>
index 7c6a132..bf83d6f 100644 (file)
@@ -30,6 +30,6 @@ ENTRY (__fstat)
        popl %eax               /* Pop return address into %eax.  */
        pushl $_STAT_VER        /* Push extra first arg to syscall.  */
        pushl %eax              /* Push back the return address.  */
-       DO_CALL (xfstat, 3)     /* Do the syscall.   */
+       DO_CALL (fxstat, 3)     /* Do the syscall.   */
        jb syscall_error        /* Check for error.  */
        ret                     /* Return success.  */
index 9282798..0ca214f 100644 (file)
@@ -30,6 +30,6 @@ ENTRY (__lstat)
        popl %eax               /* Pop return address into %eax.  */
        pushl $_STAT_VER        /* Push extra first arg to syscall.  */
        pushl %eax              /* Push back the return address.  */
-       DO_CALL (xlstat, 3)     /* Do the syscall.   */
+       DO_CALL (lxstat, 3)     /* Do the syscall.   */
        jb syscall_error        /* Check for error.  */
        ret                     /* Return success.  */
index f7cf0d5..e7e4060 100644 (file)
@@ -1,2 +1,2 @@
 /* SVR4 uses the BSD 4.4 sigaltstack syscall.  */
-#include <sysdeps/unix/bsd/bsd4.4/sigaltstack.S>
+#include <sysdeps/unix/bsd/bsd4.4/sigaltstk.S>