1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -41,8 +41,6 @@ __libc_lock_define_initialized (static, lock);
int
res_init(void) {
extern int __res_vinit(res_state, int);
/*
* These three fields used to be statically initialized. This made
* it hard to use this code in a shared library. It is necessary,