int
shlib_list_from_elf_hints(const char *hintsfile)
{
#ifndef __linux__
read_elf_hints(hintsfile, 1);
#endif
return (scan_dirs_for_shlibs(&shlibs, ndirs, dirs, true));
}