(_dl_start): Add missing declaration of cnt.

This commit is contained in:
Ulrich Drepper 1999-08-20 15:41:26 +00:00
parent 9c63378327
commit 2ef76f6528

View 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. */