summaryrefslogtreecommitdiffstats
path: root/package/devel/perf/musl-compat.h
Commit message (Collapse)AuthorAgeFilesLines
* perf: drop sched_getcpu wrapperRalph Sennhauser2016-08-231-17/+0
| | | | | | Current musl already provides sched_getcpu Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel ↵Felix Fietkau2016-01-301-1/+1
| | | | | | | | headers Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48573
* perf: fix strerror_r override detection, apparently part of tools/ relies on ↵Felix Fietkau2016-01-121-11/+0
| | | | | | | | non-GNU behavior Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48221
* perf: fix build errors on x86 and other platformsFelix Fietkau2016-01-121-2/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48218
* perf: fix musl compatibilityFelix Fietkau2016-01-021-0/+62
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48067