mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
entered into RCS
This commit is contained in:
parent
30d3e73936
commit
f5516c0c0c
1
sysdeps/unix/sysv/sco3.2.4/sigsuspend.S
Normal file
1
sysdeps/unix/sysv/sco3.2.4/sigsuspend.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/sysv4/sigsuspend.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. */
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user