mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)
To avoid a parameter name omitted error.
This commit is contained in:
parent
2c1903cbba
commit
ab564362d0
@ -57,7 +57,7 @@ check_pid (pid_t pid)
|
||||
}
|
||||
|
||||
static void *
|
||||
tf (void *)
|
||||
tf (void *closure)
|
||||
{
|
||||
pause ();
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user