diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-19 13:17:49 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-19 14:24:23 +0200 |
commit | e4e5b57d23b4ebdbf773fedba91160158f95af94 (patch) | |
tree | cbc97c9ed5d2824b53db57575f4ea9211d5f5ce8 /resolv/Makefile | |
parent | resolv: Move res_randomid to its own file (diff) | |
download | glibc-e4e5b57d23b4ebdbf773fedba91160158f95af94.tar.gz glibc-e4e5b57d23b4ebdbf773fedba91160158f95af94.tar.bz2 glibc-e4e5b57d23b4ebdbf773fedba91160158f95af94.zip |
resolv: Move _res deallocation functions to their own file
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 980dfb7023..a9b355faed 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -28,7 +28,7 @@ headers := resolv.h bits/types/res_state.h \ sys/bitypes.h routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init \ - res_hconf res_libc res-state res_randomid + res_hconf res_libc res-state res_randomid res-close tests = tst-aton tst-leaks tst-inet_ntop xtests = tst-leaks2 |