This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-481-gfadb59f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9 (commit)
      from  e35f65ea8dbd8f3d011bc93af56f7a3161172b26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9

commit fadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Tue Nov 1 10:55:29 2011 -0400

    Fix tst-rfc3484 build failures

diff --git a/ChangeLog b/ChangeLog
index 548fabf..b8bfd16 100644
--- 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
diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c
index bf5f6cf..298fe66 100644
--- a/posix/tst-rfc3484-2.c
+++ b/posix/tst-rfc3484-2.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)
 {
diff --git a/posix/tst-rfc3484-3.c b/posix/tst-rfc3484-3.c
index 8eba74e..701f534 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)
 {
diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c
index 26835cf..f77dc4c 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.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)
 {

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    4 ++++
 posix/tst-rfc3484-2.c |    6 ++++++
 posix/tst-rfc3484-3.c |    6 ++++++
 posix/tst-rfc3484.c   |    6 ++++++
 4 files changed, 22 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]