1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03: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;