]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix tst-rfc3484 build failures
authorUlrich Drepper <drepper@gmail.com>
Tue, 1 Nov 2011 14:55:29 +0000 (10:55 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 1 Nov 2011 14:55:29 +0000 (10:55 -0400)
ChangeLog
posix/tst-rfc3484-2.c
posix/tst-rfc3484-3.c
posix/tst-rfc3484.c

index 548fabf795e840557f8dd3210f327451b2617436..b8bfd16c84f3da08ffaaa1440db7d82b1a6f9151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
 
+       * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
+       * posix/tst-rfc3484-2.c: Likewise.
+       * posix/tst-rfc3484-3.c: Likewise.
+
        * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
        process_vm_writev.
        * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
index bf5f6cff7e556443a4ea16df3276ab7a97b157ff..298fe6695ccf062df79f0ef8571b2f407981c995 100644 (file)
@@ -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,
index 8eba74e48ec5746dfd3e93e1c4fc3d2f83cef93c..701f534bb168e745e82954186e4a706a759928fd 100644 (file)
@@ -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,
index 26835cf8b234e5985ed33c02a54be20025b12996..f77dc4c2cb719846a45e7cc2cd3a4a0588cda21a 100644 (file)
@@ -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,