]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_start): Add missing declaration of cnt.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 15:41:26 +0000 (15:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 15:41:26 +0000 (15:41 +0000)
elf/rtld.c

index 9a5d32365801f326c942d7a3d5cac72d4e6b934c..f3d48f92f10c68fef96fa1edef54948384d12acb 100644 (file)
@@ -143,6 +143,7 @@ _dl_start (void *arg)
 {
   struct link_map bootstrap_map;
   hp_timing_t start_time;
+  size_t cnt;
 
   /* This #define produces dynamic linking inline functions for
      bootstrap relocation instead of general-purpose relocation.  */