aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/920-getifaddrs_ptp_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* musl: fix handling of point-to-point interfaces in getifaddrs()Jo-Philipp Wich2015-11-161-0/+18
Current musl reports the peer (remote) address of a point-to-point interface and does not store the local address at all. Apply the same special treatment of IFA_LOCAL to musl's getifaddrs() which is also used in glibc and uclibc. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47488