]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/transbug.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / posix / transbug.c
index d0983b4d44d04fd2342ee653099b5aeefed32103..3ae4929593dc01b292424fe64db4dee770fb5273 100755 (executable)
@@ -79,7 +79,7 @@ run_test (const char *pattern, struct re_registers *regs)
       exit (1);
     }
 
-  pat.translate = (unsigned char *) casetable;
+  pat.translate = (char *) casetable;
 
   err = re_compile_pattern (pattern, strlen (pattern), &pat);
   if (err != NULL)