diff options
Diffstat (limited to 'libelf/nlist.c')
-rw-r--r-- | libelf/nlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/nlist.c b/libelf/nlist.c index de18b8f5..f1fe1763 100644 --- a/libelf/nlist.c +++ b/libelf/nlist.c @@ -141,7 +141,7 @@ nlist (const char *filename, struct nlist *nl) /* SHDR->SH_LINK now contains the index of the string section. */ /* Get the data for the symbol section. */ - data = __elf_getdata_internal (symscn, NULL, LS_UNLOCKED); + data = INTUSE(elf_getdata) (symscn, NULL); if (data == NULL) goto fail_close; |