Declare __getaliasent_r as hidden.
[platform/upstream/glibc.git] / include / aliases.h
index ea87cf9..84c832f 100644 (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);