]> sourceware.org Git - glibc.git/commitdiff
linux: Fix tst-syscall-restart.c on old gcc (BZ 32283) master
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 18 Oct 2024 11:48:22 +0000 (08:48 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 18 Oct 2024 11:48:22 +0000 (08:48 -0300)
To avoid a parameter name omitted error.

sysdeps/unix/sysv/linux/tst-syscall-restart.c

index 84a8a41b5c4337b561cf590f6441af7174c55f28..0ee7dc85179f03e1a929babd70fc13cdab1c626a 100644 (file)
@@ -57,7 +57,7 @@ check_pid (pid_t pid)
 }
 
 static void *
-tf (void *)
+tf (void *closure)
 {
   pause ();
   return NULL;
This page took 0.044637 seconds and 5 git commands to generate.