summaryrefslogtreecommitdiff
path: root/sysdeps/arm/dl-lookupcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/dl-lookupcfg.h')
-rw-r--r--sysdeps/arm/dl-lookupcfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/dl-lookupcfg.h b/sysdeps/arm/dl-lookupcfg.h
index 460dc2b187..7e8fafc8a6 100644
--- a/sysdeps/arm/dl-lookupcfg.h
+++ b/sysdeps/arm/dl-lookupcfg.h
@@ -1,5 +1,5 @@
/* Configuration of lookup functions.
- Copyright (C) 2006-2016 Free Software Foundation, Inc.
+ Copyright (C) 2006-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,6 @@
struct link_map;
-extern void internal_function _dl_unmap (struct link_map *map);
+extern void _dl_unmap (struct link_map *map);
#define DL_UNMAP(map) _dl_unmap (map)