diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-13 21:38:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-13 21:38:17 +0000 |
commit | dca1cac0fb35152be6291c7826b05f882b3d02ad (patch) | |
tree | 5e9775e3ca26996c1d5e276382e31ba1484b9d66 /sysdeps/alpha | |
parent | c07312e955149423476f445d111ee020f341258a (diff) | |
download | glibc-dca1cac0fb35152be6291c7826b05f882b3d02ad.tar glibc-dca1cac0fb35152be6291c7826b05f882b3d02ad.tar.gz glibc-dca1cac0fb35152be6291c7826b05f882b3d02ad.tar.bz2 glibc-dca1cac0fb35152be6291c7826b05f882b3d02ad.zip |
(tcbhead_t): Rename member to __private.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/nptl/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/nptl/tls.h b/sysdeps/alpha/nptl/tls.h index fa3c832a68..20f780c5f5 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. */ |