diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 11:01:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 12:53:49 +0200 |
commit | c99c925b8b7ce7d023943878a41ad964c5ab7a04 (patch) | |
tree | d7310120ea798bd0b67fbc1297008facc904a5b1 /resolv/res_mkquery.c | |
parent | 1f32be054b640fa7bcbc46441e24e185ab5184e3 (diff) | |
download | glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.tar glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.tar.gz glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.tar.bz2 glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.zip |
resolv: Remove _LIBC conditionals
Diffstat (limited to 'resolv/res_mkquery.c')
-rw-r--r-- | resolv/res_mkquery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c index 200b59fe59..9a11d169a3 100644 --- a/resolv/res_mkquery.c +++ b/resolv/res_mkquery.c @@ -77,13 +77,11 @@ /* Options. Leave them on. */ /* #define DEBUG */ -#ifdef _LIBC # include <hp-timing.h> # include <stdint.h> # if HP_TIMING_AVAIL # define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; } # endif -#endif /* * Form all types of queries. |