Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | musl: update to 1.1.12 + git from 2016-01-22 | Felix Fietkau | 2016-01-25 | 1 | -18/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48486 | ||||
* | musl: fix handling of point-to-point interfaces in getifaddrs() | Jo-Philipp Wich | 2015-11-16 | 1 | -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 |