mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Declare __getaliasent_r as hidden.
This commit is contained in:
parent
8c5e5fa0f1
commit
6d9c194a92
@ -3,7 +3,8 @@
|
||||
|
||||
extern int __getaliasent_r (struct aliasent *__restrict __result_buf,
|
||||
char *__restrict __buffer, size_t __buflen,
|
||||
struct aliasent **__restrict __result);
|
||||
struct aliasent **__restrict __result)
|
||||
attribute_hidden;
|
||||
extern int __old_getaliasent_r (struct aliasent *__restrict __result_buf,
|
||||
char *__restrict __buffer, size_t __buflen,
|
||||
struct aliasent **__restrict __result);
|
||||
|
Loading…
Reference in New Issue
Block a user