* ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
[platform/upstream/glibc.git] / linuxthreads / tst-static-locale.c
1 /* Test that the thread-local locale works right in the main thread
2    when statically linked.  */
3
4 #include "../locale/tst-C-locale.c"
5
6 #include <pthread.h>
7
8 /* This is never called, just here to get pthreads linked in.  */
9 void
10 useless (void)
11 {
12   pthread_create (0, 0, 0, 0);
13 }