Define macro DO_ELF_MACHINE_REL_RELATIVE for 'elf_machine_rel_relative'. (elf_dynamic...
[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];