diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-23 17:52:55 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-23 17:52:55 +0200 |
commit | b1e7c13cc58572600809d5173fed2c00c38af2e7 (patch) | |
tree | 13a8e71fd2b8279f334d948822bc1923ffad4a88 /resolv/res_init.c | |
parent | 3ec7c02cc3e922b9364dc8cfd1d4546671b91003 (diff) | |
download | glibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.tar.gz glibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.tar.xz glibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.zip |
resolv: Clean up declarations of the __res_initstamp variable
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |