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 | 033ab4afb5ead56eb930891e4b3ad0d8b92daa4f (patch) | |
tree | c6538d96ef5e8b89a4affc816b88aaa7b5fabedb /nptl | |
parent | 151ea69a0eee5eee46c3d465418f3069fc2718a3 (diff) | |
download | glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.tar glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.tar.gz glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.tar.bz2 glibc-033ab4afb5ead56eb930891e4b3ad0d8b92daa4f.zip |
(tcbhead_t): Rename member to __private.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/alpha/tls.h | 2 |
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. */ |