1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

* stdio-common/printf_fp.c (__printf_fp): Add prototype for nested

function. 
* elf/dl-load.c (_dl_map_object_from_fd): Likewise. 
* locale/programs/locale.c (show_locale_vars): Likewise. 
(show_info): Likewise. 
* locale/programs/ld-collate.c (collate_output): Likewise. 
* locale/programs/ld-ctype.c (set_class_defaults): Likewise. 
* elf/dl-deps.c (_dl_map_object_deps): Likewise. 
* stdlib/rpmatch.c (rpmatch): Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-27 20:18:52 +00:00
parent 96749bc273
commit 938c669eb4
7 changed files with 19 additions and 1 deletions

View File

@ -142,6 +142,8 @@ _dl_map_object_deps (struct link_map *map,
struct list *runp, *utail, *dtail;
unsigned int nlist, nduplist, i;
auto inline void preload (struct link_map *map);
inline void preload (struct link_map *map)
{
known[nlist].done = 0;