about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dl-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/dl-cache.c')
-rw-r--r--sysdeps/mach/hurd/dl-cache.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/dl-cache.c b/sysdeps/mach/hurd/dl-cache.c
index e7aca39aee..8b47cf073b 100644
--- a/sysdeps/mach/hurd/dl-cache.c
+++ b/sysdeps/mach/hurd/dl-cache.c
@@ -22,3 +22,8 @@ _dl_load_cache_lookup (const char *name)
 {
   return 0;
 }
+
+void
+_dl_unload_cache (void)
+{
+}