* ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
[platform/upstream/glibc.git] / linuxthreads / pthandles.c
1 #include <ldsodefs.h>
2 #include "pthread.h"
3 #include "internals.h"
4
5 /* Array of active threads. Entry 0 is reserved for the initial thread. */
6 struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];