aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/join.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-04 00:56:16 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-04 00:56:16 +0000
commit160016c945d49cfe43f6d34aa077ea04309c983b (patch)
treeba021bf4a09d36d0669c84f7349ec5a4da4c80c5 /linuxthreads/join.c
parente7da8489b97e84cabd9ba9e0d682aef8d3bc5980 (diff)
downloadglibc-160016c945d49cfe43f6d34aa077ea04309c983b.zip
glibc-160016c945d49cfe43f6d34aa077ea04309c983b.tar.gz
glibc-160016c945d49cfe43f6d34aa077ea04309c983b.tar.bz2
Update.
2000-05-03 Ulrich Drepper <drepper@redhat.com> * string/bits/string2.h: Declare __strdup and __strndup if necessary. Reported by Bruno Haible. 2000-04-29 Bruno Haible <haible@clisp.cons.org> * manual/arith.texi: Remove @w from @itemize.
Diffstat (limited to 'linuxthreads/join.c')
-rw-r--r--linuxthreads/join.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/join.c b/linuxthreads/join.c
index 5a97b17..2716d79 100644
--- a/linuxthreads/join.c
+++ b/linuxthreads/join.c
@@ -45,8 +45,8 @@ void pthread_exit(void * retval)
uint32_t mask = __td_eventmask (TD_DEATH);
if ((mask & (__pthread_threads_events.event_bits[idx]
- | THREAD_GETMEM(self,
- p_eventbuf.eventmask).event_bits[idx]))
+ | THREAD_GETMEM_NC(self,
+ p_eventbuf.eventmask.event_bits[idx])))
!= 0)
{
/* Yep, we have to signal the death. */