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.20-381-gc9ce306


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  c9ce306b9cb3b13dada64ac0e9dd86d955e8f881 (commit)
      from  af102d9529faee5810fde80dac6337b6148789ad (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c9ce306b9cb3b13dada64ac0e9dd86d955e8f881

commit c9ce306b9cb3b13dada64ac0e9dd86d955e8f881
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Dec 17 13:22:41 2014 -0800

    Fix stub __if_freenameindex build error.

diff --git a/ChangeLog b/ChangeLog
index 634166d..a3e9020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-12-17  Roland McGrath  <roland@hack.frob.com>
 
+	* inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
+
 	* malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
 
 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
diff --git a/inet/if_index.c b/inet/if_index.c
index 8b30d01..af11961 100644
--- a/inet/if_index.c
+++ b/inet/if_index.c
@@ -44,6 +44,7 @@ void
 __if_freenameindex (struct if_nameindex *ifn)
 {
 }
+libc_hidden_def (__if_freenameindex)
 weak_alias (__if_freenameindex, if_freenameindex)
 stub_warning (if_freenameindex)
 

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

Summary of changes:
 ChangeLog       |    2 ++
 inet/if_index.c |    1 +
 2 files changed, 3 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]