mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
entered into RCS
This commit is contained in:
parent
10e51d0930
commit
948956956f
@ -1 +1 @@
|
||||
#include <sysdeps/unix/bsd/rename.S>
|
||||
#include <sysdeps/unix/common/rename.S>
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user