]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-umask1.c
Update.
[thirdparty/glibc.git] / nptl / tst-umask1.c
index 22e3831b11e97bf937ab21e086facd13a5b4a4ab..42d2e6810cfbfe7014b1c8c91997f6776f47b377 100644 (file)
@@ -104,7 +104,7 @@ do_test (const char *fname)
   pthread_barrier_init (&bar, NULL, 2);
 
   pthread_t th;
-  if (pthread_create (&th, NULL, tf, fname) != 0)
+  if (pthread_create (&th, NULL, tf, (void *) fname) != 0)
     {
       puts ("cannot create thread");
       exit (1);