mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
elf: Remove internal_function attribute
This commit is contained in:
@ -48,6 +48,6 @@
|
||||
/* Functions for resolving symbols in the VDSO link map. */
|
||||
extern void *_dl_vdso_vsym (const char *name,
|
||||
const struct r_found_version *version)
|
||||
internal_function attribute_hidden;
|
||||
attribute_hidden;
|
||||
|
||||
#endif /* dl-vdso.h */
|
||||
|
Reference in New Issue
Block a user