mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ check_pid (pid_t pid)
|
|||
}
|
||||
|
||||
static void *
|
||||
tf (void *)
|
||||
tf (void *closure)
|
||||
{
|
||||
pause ();
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue