Skip to content
Commit 5d9de465 authored by Otavio Salvador's avatar Otavio Salvador Committed by Koen Kooi
Browse files

tiobench: fix aligned allocation method clash with newer glibc



glibc 2.16 added aligned allocation support to stdlib and those
function clashes with the local implementation done in tiobench. We
fix it using a '_' prefix on those.

Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
parent 71781e21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment