From 313e5fb3da88b4847e5ab87bc11b03d81d16ff39 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Mar 2001 21:35:28 +0000 Subject: Update. 2001-03-21 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h for internationalized printfs to work. --- linuxthreads/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/pthread.c') diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index b1c6186683..479531b5a4 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -495,7 +495,7 @@ int __pthread_initialize_manager(void) struct pthread_request request; #ifndef HAVE_Z_NODELETE - if (__builtin_expect (&__dso_handle != NULL, 1)) + if (__builtin_expect (&__dso_handle != NULL, 1)) __cxa_atexit ((void (*) (void *)) pthread_atexit_retcode, NULL, __dso_handle); #endif -- cgit 1.4.1