From 033ab4afb5ead56eb930891e4b3ad0d8b92daa4f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Jan 2006 21:38:17 +0000 Subject: (tcbhead_t): Rename member to __private. --- nptl/sysdeps/alpha/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/alpha/tls.h b/nptl/sysdeps/alpha/tls.h index fa3c832a68..20f780c5f5 100644 --- a/nptl/sysdeps/alpha/tls.h +++ b/nptl/sysdeps/alpha/tls.h @@ -65,7 +65,7 @@ typedef union dtv typedef struct { dtv_t *dtv; - void *private; + void *__private; } tcbhead_t; /* This is the size of the initial TCB. */ -- cgit 1.4.1