aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-21 21:35:28 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-21 21:35:28 +0000
commit313e5fb3da88b4847e5ab87bc11b03d81d16ff39 (patch)
tree1b46d92abda2966997f88fcf6839a66ae9405f0a /linuxthreads/pthread.c
parente686e1a17fecc4b4efcaaa951d0844c7e53f4da1 (diff)
downloadglibc-313e5fb3da88b4847e5ab87bc11b03d81d16ff39.zip
glibc-313e5fb3da88b4847e5ab87bc11b03d81d16ff39.tar.gz
glibc-313e5fb3da88b4847e5ab87bc11b03d81d16ff39.tar.bz2
Update.
2001-03-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h for internationalized printfs to work.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c2
1 files changed, 1 insertions, 1 deletions
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 (&amp;__dso_handle != NULL, 1))
+ if (__builtin_expect (&__dso_handle != NULL, 1))
__cxa_atexit ((void (*) (void *)) pthread_atexit_retcode, NULL,
__dso_handle);
#endif