about summary refs log tree commit diff
path: root/posix/tst-rfc3484-3.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-01 10:55:29 -0400
committerUlrich Drepper <drepper@gmail.com>2011-11-01 10:55:29 -0400
commitfadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9 (patch)
tree40cab90b41794995e4cfa41b837b6ce446fd8c31 /posix/tst-rfc3484-3.c
parente35f65ea8dbd8f3d011bc93af56f7a3161172b26 (diff)
downloadglibc-fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9.tar.gz
glibc-fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9.tar.xz
glibc-fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9.zip
Fix tst-rfc3484 build failures
Diffstat (limited to 'posix/tst-rfc3484-3.c')
-rw-r--r--posix/tst-rfc3484-3.c6
1 files changed, 6 insertions, 0 deletions
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
@@ -21,6 +21,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen)
 
 void
 attribute_hidden
+__free_in6ai (struct in6addrinfo *ai)
+{
+}
+
+void
+attribute_hidden
 __check_native (uint32_t a1_index, int *a1_native,
 		uint32_t a2_index, int *a2_native)
 {