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:
@ -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,
|
||||
|
Reference in New Issue
Block a user