entered into RCS

This commit is contained in:
Roland McGrath 1994-03-22 03:11:12 +00:00
parent 62256c2486
commit 30a3f7d7a7
8 changed files with 11 additions and 2 deletions

View File

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

View File

@ -0,0 +1 @@
sys_wait4.S

View File

@ -0,0 +1,3 @@
ifeq ($(subdir), posix)
sysdep_routines := $(sysdep_routines) sys_wait4
endif

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/bsd4.4/fchdir.S>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/sun/sunos4/sys_wait4.S>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/bsd4.4/__wait.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/sun/sunos4/__wait4.c>