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

@ -65,4 +65,7 @@ int __res_nopt (res_state, int n0, unsigned char *buf, int buflen,
int __inet_pton_length (int af, const char *src, size_t srclen, void *);
libc_hidden_proto (__inet_pton_length)
/* Used to propagate the effect of res_init calls across threads. */
extern unsigned long long int __res_initstamp attribute_hidden;
#endif /* _RESOLV_INTERNAL_H */