(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / tst-static-locale.c
blob3c88e729ba17af0b819c9607249c58963fceab01
1 /* Test that the thread-local locale works right in the main thread
2 when statically linked. */
4 #include "../locale/tst-C-locale.c"
6 #include <pthread.h>
8 /* This is never called, just here to get pthreads linked in. */
9 void
10 useless (void)
12 pthread_create (0, 0, 0, 0);