Add libc_hidden_def.

This commit is contained in:
Ulrich Drepper 2002-08-04 09:05:47 +00:00
parent a14f26ef69
commit cc7e7a2641
3 changed files with 3 additions and 0 deletions

View File

@ -100,3 +100,4 @@ _dl_addr (const void *address, Dl_info *info)
return 1;
}
libc_hidden_def (_dl_addr)

View 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

View 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