entered into RCS

This commit is contained in:
Roland McGrath 1994-03-01 16:44:24 +00:00
parent 10e51d0930
commit 948956956f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#include <sysdeps/unix/bsd/rename.S>
#include <sysdeps/unix/common/rename.S>

View File

@ -27,7 +27,7 @@ ENTRY (__waitpid)
pushl %eax /* Push the new flags word. */
popfl /* Pop it into the flags. */
DO_CALL (wait, 2)
movl 4(%esp), scratch /* Put status pointer in scratch register. */
movl 8(%esp), scratch /* Put status pointer in scratch register. */
testl scratch, scratch /* Is it non-nil? */
je null
movl r1, (scratch) /* Yes; store the status there. */