diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-05-15 12:10:03 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-05-15 12:10:03 +0000 |
commit | 12818040b14ab6c9c6985a6e70428b02648dfba9 (patch) | |
tree | ff76702d1d9310a8a633e8f2d15e22bc3e1afbd0 /libc/sysdeps/i386/dl-tls.h | |
parent | 61cbd85d12af235a70ce428a0d83236c83c5ac93 (diff) | |
download | eglibc2-12818040b14ab6c9c6985a6e70428b02648dfba9.tar.gz |
Merge changes between r6154 and r6177 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@6178 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/i386/dl-tls.h')
-rw-r--r-- | libc/sysdeps/i386/dl-tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/i386/dl-tls.h b/libc/sysdeps/i386/dl-tls.h index a1707197c..58705c778 100644 --- a/libc/sysdeps/i386/dl-tls.h +++ b/libc/sysdeps/i386/dl-tls.h @@ -19,7 +19,7 @@ /* Type used for the representation of TLS information in the GOT. */ -typedef struct +typedef struct dl_tls_index { unsigned long int ti_module; unsigned long int ti_offset; |