mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
@B fix compatibilty issues for VC
This commit is contained in:
@ -67,6 +67,7 @@ pwait (pid, status, flags)
|
||||
{
|
||||
/* ??? Here's an opportunity to canonicalize the values in STATUS.
|
||||
Needed? */
|
||||
int pid = wait (status);
|
||||
//int
|
||||
pid = wait (status);
|
||||
return pid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user