diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-23 11:29:02 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-23 11:29:02 -0800 |
commit | 2ec2d7032ff9220da1577c37d41ae85c0721ad66 (patch) | |
tree | c426ee03115e6c717becd8857afdc25ce4d838c7 /ChangeLog | |
parent | da5bf2459ced2f08b89cb462e20eecd7882a38ea (diff) | |
download | glibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.tar.gz glibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.tar.xz glibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.zip |
Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e708002202..051a7c4c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-01-23 Roland McGrath <roland@hack.frob.com> + * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak. + (if_freenameindex): Likewise. + * resource/getrlimit64.c: Add missing libc_hidden_def. 2015-01-22 Joseph Myers <joseph@codesourcery.com> |