summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/elf_errmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/elf_errmsg.c b/lib/libelf/elf_errmsg.c
index 05947a7..193a602 100644
--- a/lib/libelf/elf_errmsg.c
+++ b/lib/libelf/elf_errmsg.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
* Retrieve a human readable translation for an error message.
*/
-const char *_libelf_errors[] = {
+static const char *_libelf_errors[] = {
#define DEFINE_ERROR(N,S) [ELF_E_##N] = S
DEFINE_ERROR(NONE, "No Error"),
DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
OpenPOWER on IntegriCloud