about summary refs log tree commit diff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/dl-lookupcfg.h b/sysdeps/arm/dl-lookupcfg.h
index 23b4e7e9af..6d3bca57c2 100644
--- a/sysdeps/arm/dl-lookupcfg.h
+++ b/sysdeps/arm/dl-lookupcfg.h
@@ -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)