2006-01-31 05:05:15 +00:00

6 lines
189 B
C

#include "pthread.h"
#include "internals.h"
/* Array of active threads. Entry 0 is reserved for the initial thread. */
struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];