mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* remote-vx.c: Rename pid parameter to pid_to_wait_for. Some
compilers (legitimately) don't like variables in the function's outermost block whose name is the name as a parameter.
This commit is contained in:
@@ -858,8 +858,8 @@ sleep_ms (ms)
|
||||
*/
|
||||
|
||||
static int
|
||||
vx_wait (pid, status)
|
||||
int pid;
|
||||
vx_wait (pid_to_wait_for, status)
|
||||
int pid_to_wait_for;
|
||||
int *status;
|
||||
{
|
||||
register int pid;
|
||||
|
||||
Reference in New Issue
Block a user