]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-locale2.c
powerpc: floor/floorf refactor
[thirdparty/glibc.git] / nptl / tst-locale2.c
index c8821ad6b8619b1b1b79181a605934c94db14453..a238209f87e903681b3cb98d93a717bd5d513f11 100644 (file)
@@ -11,4 +11,5 @@ useless (void *a)
 {
   pthread_t th;
   pthread_create (&th, 0, useless, a);
+  return NULL;
 }