]> sourceware.org Git - glibc.git/blobdiff - elf/dl-reloc.c
Update.
[glibc.git] / elf / dl-reloc.c
index c7f1f3417f87775f7e3de1d10e51f2f691d18b9a..6165fe4aca3c44036dd8a3c1a6b8e087ba12859f 100644 (file)
@@ -45,7 +45,9 @@ void
 internal_function __attribute_noinline__
 _dl_allocate_static_tls (struct link_map *map)
 {
-  size_t offset, used, check;
+  size_t offset;
+  size_t used;
+  size_t check;
 
 # if TLS_TCB_AT_TP
   offset = roundup (GL(dl_tls_static_used) + map->l_tls_blocksize,
This page took 0.027928 seconds and 5 git commands to generate.