]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 59f1a430b562560cd1e802234158127aba92563d..11f83110306d1bf8faed2d0d02ce522f89e88c50 100644 (file)
@@ -100,3 +100,4 @@ _dl_addr (const void *address, Dl_info *info)
 
   return 1;
 }
+libc_hidden_def (_dl_addr)
index 9d81ad3db81da6368edbff7dd25bca986461ea24..342a256cfffb0a1640db8b6e3c0461d6af36ca6a 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 5a7198ff92b71b0aae24ab47a560b7da16eeac85..86056870794d2c2fd010e1d31a4703ceedfb1956 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