Add libc_hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 09:05:47 +0000 (09:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 09:05:47 +0000 (09:05 +0000)
elf/dl-addr.c
elf/dl-close.c
elf/dl-open.c

index 59f1a43..11f8311 100644 (file)
@@ -100,3 +100,4 @@ _dl_addr (const void *address, Dl_info *info)
 
   return 1;
 }
+libc_hidden_def (_dl_addr)
index 9d81ad3..342a256 100644 (file)
@@ -378,6 +378,7 @@ _dl_close (void *_map)
   /* Release the lock.  */
   __libc_lock_unlock_recursive (GL(dl_load_lock));
 }
+libc_hidden_def (_dl_close)
 
 
 #ifdef USE_TLS
index 5a7198f..8605687 100644 (file)
@@ -553,6 +553,7 @@ _dl_open (const char *file, int mode, const void *caller)
 
   return args.map;
 }
+libc_hidden_def (_dl_open)
 
 
 #ifdef SCOPE_DEBUG