mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
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.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user