1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

resolv: Make __res_vinit hidden

And remove unnecessary separate declarations.
This commit is contained in:
Florian Weimer
2017-06-19 13:15:11 +02:00
parent 487549c466
commit ca3d65ff69
4 changed files with 7 additions and 5 deletions

View File

@ -110,8 +110,6 @@ unsigned long long int __res_initstamp attribute_hidden;
*/
int
res_ninit(res_state statp) {
extern int __res_vinit(res_state, int);
return (__res_vinit(statp, 0));
}
libc_hidden_def (__res_ninit)