diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-18 23:38:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-18 23:38:37 +0000 |
commit | 6d9c194a92d868e52dd1e99853fbc6e84af5dea0 (patch) | |
tree | 0dc6bc92f364f2ae54ce7c373a17475a3f7dc13c /include/aliases.h | |
parent | 8c5e5fa0f1bbe557a6cd16928afa7ae173f130eb (diff) | |
download | glibc-6d9c194a92d868e52dd1e99853fbc6e84af5dea0.tar.gz glibc-6d9c194a92d868e52dd1e99853fbc6e84af5dea0.tar.xz glibc-6d9c194a92d868e52dd1e99853fbc6e84af5dea0.zip |
Declare __getaliasent_r as hidden.
Diffstat (limited to 'include/aliases.h')
-rw-r--r-- | include/aliases.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |