]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(tcbhead_t): Rename member to __private.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Jan 2006 21:38:17 +0000 (21:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Jan 2006 21:38:17 +0000 (21:38 +0000)
sysdeps/alpha/nptl/tls.h

index fa3c832a68d229bb0599c3f6133b8e4722640918..20f780c5f53002235cb81aab8df542374207f4f2 100644 (file)
@@ -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.  */