about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-13 21:38:17 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-13 21:38:17 +0000
commit033ab4afb5ead56eb930891e4b3ad0d8b92daa4f (patch)
treec6538d96ef5e8b89a4affc816b88aaa7b5fabedb /nptl
parent151ea69a0eee5eee46c3d465418f3069fc2718a3 (diff)
downloadglibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.tar.gz
glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.tar.xz
glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.zip
(tcbhead_t): Rename member to __private.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/alpha/tls.h2
1 files changed, 1 insertions, 1 deletions
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.  */