From: Ulrich Drepper Date: Fri, 13 Jan 2006 21:38:17 +0000 (+0000) Subject: (tcbhead_t): Rename member to __private. X-Git-Tag: glibc-2.16-ports-before-merge~944 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca1cac0fb35152be6291c7826b05f882b3d02ad;p=thirdparty%2Fglibc.git (tcbhead_t): Rename member to __private. --- diff --git a/sysdeps/alpha/nptl/tls.h b/sysdeps/alpha/nptl/tls.h index fa3c832a68d..20f780c5f53 100644 --- a/sysdeps/alpha/nptl/tls.h +++ b/sysdeps/alpha/nptl/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. */