mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(_dl_start): Add missing declaration of cnt.
This commit is contained in:
parent
9c63378327
commit
2ef76f6528
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user