diff options
Diffstat (limited to 'htl/pt-join.c')
-rw-r--r-- | htl/pt-join.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htl/pt-join.c b/htl/pt-join.c index 061f421eae..befa0da5bc 100644 --- a/htl/pt-join.c +++ b/htl/pt-join.c @@ -22,6 +22,8 @@ #include <pt-internal.h> +#define __pthread_get_cleanup_stack ___pthread_get_cleanup_stack + /* Make calling thread wait for termination of thread THREAD. Return the exit status of the thread in *STATUS. */ int |