From b1e7c13cc58572600809d5173fed2c00c38af2e7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Jun 2017 17:52:55 +0200 Subject: resolv: Clean up declarations of the __res_initstamp variable --- resolv/res_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resolv/res_init.c') diff --git a/resolv/res_init.c b/resolv/res_init.c index ed5a4d4804..9aa907ee19 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -105,7 +105,7 @@ static void res_setoptions (res_state, const char *, const char *); static uint32_t net_mask (struct in_addr); -unsigned long long int __res_initstamp attribute_hidden; +unsigned long long int __res_initstamp; int res_ninit (res_state statp) -- cgit v1.2.3