From: Roland McGrath Date: Tue, 1 Mar 1994 16:44:24 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=948956956f70fadaa85b20e93ec0411ca96fabeb;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/unix/sysv/isc2.2/rename.S b/sysdeps/unix/sysv/isc2.2/rename.S index a5a8dfeeef6..a4b2c4207cb 100644 --- a/sysdeps/unix/sysv/isc2.2/rename.S +++ b/sysdeps/unix/sysv/isc2.2/rename.S @@ -1 +1 @@ -#include +#include diff --git a/sysdeps/unix/sysv/sco3.2.4/waitpid.S b/sysdeps/unix/sysv/sco3.2.4/waitpid.S index f16b643f2fa..63decf1d9ce 100644 --- a/sysdeps/unix/sysv/sco3.2.4/waitpid.S +++ b/sysdeps/unix/sysv/sco3.2.4/waitpid.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. */