From 6d9c194a92d868e52dd1e99853fbc6e84af5dea0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 18 Mar 2002 23:38:37 +0000 Subject: [PATCH] Declare __getaliasent_r as hidden. --- include/aliases.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/aliases.h b/include/aliases.h index ea87cf989c..84c832fdd1 100644 --- a/include/aliases.h +++ b/include/aliases.h @@ -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);