From 313e5fb3da88b4847e5ab87bc11b03d81d16ff39 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Mar 2001 21:35:28 +0000 Subject: [PATCH] Update. 2001-03-21 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h for internationalized printfs to work. --- ChangeLog | 5 +++++ linuxthreads/pthread.c | 2 +- sysdeps/unix/sysv/linux/ia64/makecontext.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d9b9456..d2e475c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-21 Jes Sorensen + + * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h + for internationalized printfs to work. + 2001-03-09 Bruno Haible * intl/dcigettext.c (transmem_block_t): Change to unsigned char, to diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index b1c6186..479531b 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 diff --git a/sysdeps/unix/sysv/linux/ia64/makecontext.c b/sysdeps/unix/sysv/linux/ia64/makecontext.c index 24a7d04..e4c9b17 100644 --- a/sysdeps/unix/sysv/linux/ia64/makecontext.c +++ b/sysdeps/unix/sysv/linux/ia64/makecontext.c @@ -17,6 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include -- 2.7.4