2
0
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:
bebbo
2017-02-06 15:04:37 +01:00
parent 78fa84d0b7
commit b9511c9413
21 changed files with 51 additions and 30 deletions

View File

@ -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;
}