diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-12 03:41:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-12 03:41:23 +0000 |
commit | ca91553a6fc4c3689bf22c562af41f45566d8a77 (patch) | |
tree | 0348da7916cd7b85e6c2407d712907b6e82c19f0 /linuxthreads/manager.c | |
parent | 334fcf2a65f3b58867ce136da767c6c58a3d45ed (diff) | |
download | glibc-ca91553a6fc4c3689bf22c562af41f45566d8a77.tar glibc-ca91553a6fc4c3689bf22c562af41f45566d8a77.tar.gz glibc-ca91553a6fc4c3689bf22c562af41f45566d8a77.tar.bz2 glibc-ca91553a6fc4c3689bf22c562af41f45566d8a77.zip |
Update.
2003-08-11 Ulrich Drepper <drepper@redhat.com>
* assert/assert.h: Use __builtin_expect in assert and
assert_perror definitions if possible.
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) { |