From f5516c0c0ca075989cb09451b9bee41255372067 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Feb 1994 22:26:32 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/sysv/sco3.2.4/sigsuspend.S | 1 + sysdeps/unix/sysv/sysv4/i386/fstat.S | 2 +- sysdeps/unix/sysv/sysv4/i386/lstat.S | 2 +- sysdeps/unix/sysv/sysv4/sigaltstack.S | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 sysdeps/unix/sysv/sco3.2.4/sigsuspend.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 index 0000000000..9bce3878fd --- /dev/null +++ b/sysdeps/unix/sysv/sco3.2.4/sigsuspend.S @@ -0,0 +1 @@ +#include diff --git a/sysdeps/unix/sysv/sysv4/i386/fstat.S b/sysdeps/unix/sysv/sysv4/i386/fstat.S index 7c6a132a89..bf83d6f301 100644 --- a/sysdeps/unix/sysv/sysv4/i386/fstat.S +++ b/sysdeps/unix/sysv/sysv4/i386/fstat.S @@ -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. */ diff --git a/sysdeps/unix/sysv/sysv4/i386/lstat.S b/sysdeps/unix/sysv/sysv4/i386/lstat.S index 9282798803..0ca214fa47 100644 --- a/sysdeps/unix/sysv/sysv4/i386/lstat.S +++ b/sysdeps/unix/sysv/sysv4/i386/lstat.S @@ -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. */ diff --git a/sysdeps/unix/sysv/sysv4/sigaltstack.S b/sysdeps/unix/sysv/sysv4/sigaltstack.S index f7cf0d57f4..e7e4060fba 100644 --- a/sysdeps/unix/sysv/sysv4/sigaltstack.S +++ b/sysdeps/unix/sysv/sysv4/sigaltstack.S @@ -1,2 +1,2 @@ /* SVR4 uses the BSD 4.4 sigaltstack syscall. */ -#include +#include -- 2.43.5