From: Roland McGrath Date: Tue, 25 Jan 1994 19:35:24 +0000 (+0000) Subject: Formerly unix/sysv/sco3.2.4/__waitpid.S.~3~ X-Git-Tag: glibc-2.16-ports-before-merge~4180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b86fd2eae0599d6b18e84b04df3b789c00fffc3;p=thirdparty%2Fglibc.git Formerly unix/sysv/sco3.2.4/__waitpid.S.~3~ --- diff --git a/sysdeps/unix/sysv/sco3.2.4/waitpid.S b/sysdeps/unix/sysv/sco3.2.4/waitpid.S index be6c19b03e8..f16b643f2fa 100644 --- a/sysdeps/unix/sysv/sco3.2.4/waitpid.S +++ b/sysdeps/unix/sysv/sco3.2.4/waitpid.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ ENTRY (__waitpid) pushfl /* Push the flags word. */ popl %eax /* Pop it into the accumulator. */ orl $0x8c4, %eax /* Set lots of bits. */ - pushl $eax /* Push the new flags word. */ + 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. */