summaryrefslogtreecommitdiff
path: root/elfutils/libelf/nlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libelf/nlist.c')
-rw-r--r--elfutils/libelf/nlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/elfutils/libelf/nlist.c b/elfutils/libelf/nlist.c
index cc42a31e..b9ff2130 100644
--- a/elfutils/libelf/nlist.c
+++ b/elfutils/libelf/nlist.c
@@ -1,5 +1,5 @@
/* Extract symbol list from binary.
- Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 1998.
This program is free software; you can redistribute it and/or modify
@@ -195,7 +195,7 @@ nlist (const char *filename, struct nlist *nl)
nlist_fshash_fini (table);
/* We do not need the ELF descriptor anymore. */
- (void) elf_end (elf);
+ (void) INTUSE(elf_end) (elf);
return 0;
@@ -204,7 +204,7 @@ nlist (const char *filename, struct nlist *nl)
fail_close:
/* We do not need the ELF descriptor anymore. */
- (void) elf_end (elf);
+ (void) INTUSE(elf_end) (elf);
fail:
/* We have to set all entries to zero. */