mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add libc_hidden_def.
This commit is contained in:
@ -100,3 +100,4 @@ _dl_addr (const void *address, Dl_info *info)
|
|||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (_dl_addr)
|
||||||
|
@ -378,6 +378,7 @@ _dl_close (void *_map)
|
|||||||
/* Release the lock. */
|
/* Release the lock. */
|
||||||
__libc_lock_unlock_recursive (GL(dl_load_lock));
|
__libc_lock_unlock_recursive (GL(dl_load_lock));
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (_dl_close)
|
||||||
|
|
||||||
|
|
||||||
#ifdef USE_TLS
|
#ifdef USE_TLS
|
||||||
|
@ -553,6 +553,7 @@ _dl_open (const char *file, int mode, const void *caller)
|
|||||||
|
|
||||||
return args.map;
|
return args.map;
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (_dl_open)
|
||||||
|
|
||||||
|
|
||||||
#ifdef SCOPE_DEBUG
|
#ifdef SCOPE_DEBUG
|
||||||
|
Reference in New Issue
Block a user