diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:58:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:58:18 +0200 |
commit | e01eef67baf2caa155b1d7ff5e0c191fd0fd4828 (patch) | |
tree | 755fee02da2eefc43fce19c226fdd8e066d0ce4b /resolv/res_init.c | |
parent | ecfda0fc252232b127c41eab29c47bba8ca9e5e3 (diff) | |
download | glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.tar.gz glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.tar.xz glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.zip |
resolv: Assorted preprocessor cleanups
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c index 407e6091e7..915a70aef3 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -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; /* |