entered into RCS
This commit is contained in:
parent
62256c2486
commit
30a3f7d7a7
@ -35,10 +35,10 @@ store: move.l d0, _errno
|
||||
#else
|
||||
#if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
|
||||
cmpl #EWOULDBLOCK_sys, d0
|
||||
bne 0f
|
||||
bne store
|
||||
moveq #EAGAIN, d0
|
||||
#endif
|
||||
0: movel d0, _errno
|
||||
store: movel d0, _errno
|
||||
moveq #-1, d0
|
||||
#endif
|
||||
rts
|
||||
|
1
sysdeps/unix/bsd/sony/newsos4/Dist
Normal file
1
sysdeps/unix/bsd/sony/newsos4/Dist
Normal file
@ -0,0 +1 @@
|
||||
sys_wait4.S
|
3
sysdeps/unix/bsd/sony/newsos4/Makefile
Normal file
3
sysdeps/unix/bsd/sony/newsos4/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(subdir), posix)
|
||||
sysdep_routines := $(sysdep_routines) sys_wait4
|
||||
endif
|
1
sysdeps/unix/bsd/sony/newsos4/fchdir.S
Normal file
1
sysdeps/unix/bsd/sony/newsos4/fchdir.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/fchdir.S>
|
1
sysdeps/unix/bsd/sony/newsos4/sys_wait4.S
Normal file
1
sysdeps/unix/bsd/sony/newsos4/sys_wait4.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/sun/sunos4/sys_wait4.S>
|
1
sysdeps/unix/bsd/sony/newsos4/wait.c
Normal file
1
sysdeps/unix/bsd/sony/newsos4/wait.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/__wait.c>
|
1
sysdeps/unix/bsd/sony/newsos4/wait3.c
Normal file
1
sysdeps/unix/bsd/sony/newsos4/wait3.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>
|
1
sysdeps/unix/bsd/sony/newsos4/wait4.c
Normal file
1
sysdeps/unix/bsd/sony/newsos4/wait4.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/sun/sunos4/__wait4.c>
|
Loading…
x
Reference in New Issue
Block a user