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

resolv: Assorted preprocessor cleanups

This commit is contained in:
Florian Weimer
2016-04-28 13:58:18 +02:00
parent ecfda0fc25
commit e01eef67ba
3 changed files with 12 additions and 39 deletions

View File

@ -94,10 +94,6 @@ static const char sort_mask_chars[] = "/&";
#define ISSORTMASK(ch) (strchr(sort_mask_chars, ch) != NULL)
static u_int32_t net_mask (struct in_addr) __THROW;
#if !defined(isascii) /* XXX - could be a function */
# define isascii(c) (!(c & 0200))
#endif
unsigned long long int __res_initstamp attribute_hidden;
/*