1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
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:
Ulrich Drepper
2003-08-12 03:41:23 +00:00
parent 334fcf2a65
commit ca91553a6f
4 changed files with 31 additions and 4 deletions

View File

@ -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) {