From 9ae0909b35bc7ed04897536cbf224f7e134b5184 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Dec 2002 10:59:14 +0000 Subject: Update. 2002-12-13 Ulrich Drepper * misc/syslog.c (log_cleanup): Don't use parameter in __libc_lock_unlock call, use syslog_lock directly. Adjust callers to pass NULL instead of a pointer to syslog_lock. --- nptl/descr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/descr.h') diff --git a/nptl/descr.h b/nptl/descr.h index f3a9620a7b..3dd6e1293c 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -58,6 +58,8 @@ struct pthread /* XXX Remove this union for IA-64 style TLS module */ union { + /* It is very important to always append new elements. The offsets + of some of the elements of the struct are used in assembler code. */ struct { void *tcb; /* Pointer to the TCB. This is not always @@ -65,6 +67,7 @@ struct pthread union dtv *dtvp; struct pthread *self; /* Pointer to this structure */ list_t list; + int multiple_threads; } data; void *__padding[16]; } header; -- cgit 1.4.1