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/README | |
parent | 1f32be054b640fa7bcbc46441e24e185ab5184e3 (diff) | |
download | glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.tar.gz glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.tar.xz glibc-c99c925b8b7ce7d023943878a41ad964c5ab7a04.zip |
resolv: Remove _LIBC conditionals
Diffstat (limited to 'resolv/README')
-rw-r--r-- | resolv/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resolv/README b/resolv/README index dbb15108ae..1296e1c5bd 100644 --- a/resolv/README +++ b/resolv/README @@ -149,8 +149,7 @@ src/lib/isc/ base64.c Some of these files have been optimised a bit, and adaptations have -been made to make them fit in with the rest of glibc. The more -non-obvious changes are wrapped in something like `#ifdef _LIBC'. +been made to make them fit in with the rest of glibc. res_libc.c is home-brewn, although parts of it are taken from res_data.c. |