mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2003-08-11 Ulrich Drepper <drepper@redhat.com> * assert/assert.h: Use __builtin_expect in assert and assert_perror definitions if possible.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user