summaryrefslogtreecommitdiff
path: root/pthreadP.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthreadP.h')
-rw-r--r--pthreadP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pthreadP.h b/pthreadP.h
index f1fd625..97e3028 100644
--- a/pthreadP.h
+++ b/pthreadP.h
@@ -22,5 +22,6 @@
extern pthread_t __pthread_self (void);
extern int __pthread_kill (pthread_t threadid, int signo);
+extern struct __pthread **__pthread_threads;
#endif /* pthreadP.h */