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 * static void *
tf (void *) tf (void *closure)
{ {
pause (); pause ();
return NULL; return NULL;