1
0
Fork 0
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:
Adhemerval Zanella 2024-10-18 08:48:22 -03:00
parent 2c1903cbba
commit ab564362d0

View file

@ -57,7 +57,7 @@ check_pid (pid_t pid)
}
static void *
tf (void *)
tf (void *closure)
{
pause ();
return NULL;