aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/tile/dl-lookupcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/dl-lookupcfg.h')
-rw-r--r--sysdeps/tile/dl-lookupcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/tile/dl-lookupcfg.h b/sysdeps/tile/dl-lookupcfg.h
index 18a816ec89..c829823680 100644
--- a/sysdeps/tile/dl-lookupcfg.h
+++ b/sysdeps/tile/dl-lookupcfg.h
@@ -22,6 +22,6 @@
struct link_map;
-void internal_function _dl_unmap (struct link_map *map);
+void _dl_unmap (struct link_map *map);
#define DL_UNMAP(map) _dl_unmap (map)