(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / pthandles.c
blob4d2ac1940d4fda87a8f5020693fbde7543fa2f09
1 #include <ldsodefs.h>
2 #include "pthread.h"
3 #include "internals.h"
5 /* Array of active threads. Entry 0 is reserved for the initial thread. */
6 struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];