diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-13 17:55:12 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-13 19:29:32 +0100 |
commit | cae87e64dca14f50da7bbd99085c7f5e413ad0f8 (patch) | |
tree | 685bd105721f6f2f8ccc764f2a9a7569b70cdb63 /support/Makefile | |
parent | eceed67166ca9ee0587107baa394c7c3bc369813 (diff) | |
download | glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.tar.gz glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.tar.xz glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.zip |
support: Add <support/next_to_fault.h>
Based on the implementation in resolv/tst-inet_pton.c.
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index dafb1737a4..f7a878b950 100644 --- a/support/Makefile +++ b/support/Makefile @@ -32,6 +32,7 @@ libsupport-routines = \ check_netent \ delayed_exit \ ignore_stderr \ + next_to_fault \ oom_error \ resolv_test \ set_fortify_handler \ |