summaryrefslogtreecommitdiff
path: root/htl/libc_pthread_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/libc_pthread_init.c')
-rw-r--r--htl/libc_pthread_init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/htl/libc_pthread_init.c b/htl/libc_pthread_init.c
index cee92f76ee..f617c4e0be 100644
--- a/htl/libc_pthread_init.c
+++ b/htl/libc_pthread_init.c
@@ -19,6 +19,8 @@
#include <string.h>
#include <pthread-functions.h>
+__thread struct __pthread_cancelation_handler *__pthread_cleanup_stack;
+
void
__libc_pthread_init (const struct pthread_functions *functions)
{