From fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Nov 2011 10:55:29 -0400 Subject: Fix tst-rfc3484 build failures --- posix/tst-rfc3484-2.c | 6 ++++++ posix/tst-rfc3484-3.c | 6 ++++++ posix/tst-rfc3484.c | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'posix') diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c index bf5f6cff7e..298fe6695c 100644 --- a/posix/tst-rfc3484-2.c +++ b/posix/tst-rfc3484-2.c @@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen) *in6ailen = 0; } +void +attribute_hidden +__free_in6ai (struct in6addrinfo *ai) +{ +} + void attribute_hidden __check_native (uint32_t a1_index, int *a1_native, diff --git a/posix/tst-rfc3484-3.c b/posix/tst-rfc3484-3.c index 8eba74e48e..701f534bb1 100644 --- a/posix/tst-rfc3484-3.c +++ b/posix/tst-rfc3484-3.c @@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen) *in6ailen = 0; } +void +attribute_hidden +__free_in6ai (struct in6addrinfo *ai) +{ +} + void attribute_hidden __check_native (uint32_t a1_index, int *a1_native, diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c index 26835cf8b2..f77dc4c2cb 100644 --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen) *in6ailen = 0; } +void +attribute_hidden +__free_in6ai (struct in6addrinfo *ai) +{ +} + void attribute_hidden __check_native (uint32_t a1_index, int *a1_native, -- cgit v1.2.1