Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add libc_hidden_def.
  • Loading branch information
Ulrich Drepper committed Aug 4, 2002
1 parent a14f26e commit cc7e7a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions elf/dl-addr.c
Expand Up @@ -100,3 +100,4 @@ _dl_addr (const void *address, Dl_info *info)

return 1;
}
libc_hidden_def (_dl_addr)
1 change: 1 addition & 0 deletions elf/dl-close.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions elf/dl-open.c
Expand Up @@ -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
Expand Down

0 comments on commit cc7e7a2

Please sign in to comment.