entered into RCS

This commit is contained in:
Roland McGrath 1994-02-02 22:26:32 +00:00
parent 30d3e73936
commit f5516c0c0c
4 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/sysv4/sigsuspend.S>

View 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. */

View 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. */

View 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>