summaryrefslogtreecommitdiffstats
path: root/libelf/elf_readall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_readall.c')
-rw-r--r--libelf/elf_readall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libelf/elf_readall.c b/libelf/elf_readall.c
index 01016188..384d2512 100644
--- a/libelf/elf_readall.c
+++ b/libelf/elf_readall.c
@@ -1,5 +1,5 @@
/* Read all of the file associated with the descriptor.
- Copyright (C) 1998-2009 Red Hat, Inc.
+ Copyright (C) 1998-2009, 2015 Red Hat, Inc.
This file is part of elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -66,8 +66,8 @@ set_address (Elf *elf, size_t offset)
char *
-__libelf_readall (elf)
- Elf *elf;
+internal_function
+__libelf_readall (Elf *elf)
{
/* Get the file. */
rwlock_wrlock (elf->lock);