Declare __getaliasent_r as hidden.

This commit is contained in:
Ulrich Drepper 2002-03-18 23:38:37 +00:00
parent 8c5e5fa0f1
commit 6d9c194a92
1 changed files with 2 additions and 1 deletions

View File

@ -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);