diff options
Diffstat (limited to 'linuxthreads/manager.c')
-rw-r--r-- | linuxthreads/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 9620b8b39c..f8647b47ca 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -290,7 +290,7 @@ pthread_start_thread(void *arg) __uselocale (LC_GLOBAL_LOCALE); #else /* Initialize __resp. */ - __resp = &self->p_resp; + __resp = &self->p_res; #endif /* Make gdb aware of new thread */ if (__pthread_threads_debug && __pthread_sig_debug > 0) { |