* malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
[glibc/history.git] / nptl / tst-locale2.c
blobc8821ad6b8619b1b1b79181a605934c94db14453
1 /* Test that the thread-local locale works right in the main thread
2 when statically linked. */
4 #include "../argp/tst-argp1.c"
6 #include <pthread.h>
8 /* This is never called, just here to get pthreads linked in. */
9 void *
10 useless (void *a)
12 pthread_t th;
13 pthread_create (&th, 0, useless, a);