aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/dl-lookupcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/dl-lookupcfg.h')
-rw-r--r--sysdeps/i386/dl-lookupcfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-lookupcfg.h b/sysdeps/i386/dl-lookupcfg.h
index 310f261..a42d5ef 100644
--- a/sysdeps/i386/dl-lookupcfg.h
+++ b/sysdeps/i386/dl-lookupcfg.h
@@ -26,6 +26,7 @@
struct link_map;
-extern void internal_function _dl_unmap (struct link_map *map);
+extern void _dl_unmap (struct link_map *map)
+ internal_function attribute_hidden;
#define DL_UNMAP(map) _dl_unmap (map)