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

resolv: Clean up declarations of the __res_initstamp variable

This commit is contained in:
Florian Weimer
2017-06-23 17:52:55 +02:00
parent 3ec7c02cc3
commit b1e7c13cc5
4 changed files with 12 additions and 2 deletions

View File

@ -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)