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