about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-17 13:22:41 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-17 13:22:41 -0800
commitc9ce306b9cb3b13dada64ac0e9dd86d955e8f881 (patch)
tree43b9772918c4f5f6aa1c58841079ca8402b184f0 /ChangeLog
parentaf102d9529faee5810fde80dac6337b6148789ad (diff)
downloadglibc-c9ce306b9cb3b13dada64ac0e9dd86d955e8f881.tar.gz
glibc-c9ce306b9cb3b13dada64ac0e9dd86d955e8f881.tar.xz
glibc-c9ce306b9cb3b13dada64ac0e9dd86d955e8f881.zip
Fix stub __if_freenameindex build error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 634166dbba..a3e9020bef 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>