From: Mathieu Desnoyers Date: Wed, 16 May 2012 18:30:09 +0000 (-0400) Subject: Fix mremap wrapper for NetBSD 5 X-Git-Tag: v0.7.0~4 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=c7eaf61c307ee909eb2dcebb956e73776f1a0441;hp=c7eaf61c307ee909eb2dcebb956e73776f1a0441;p=urcu.git Fix mremap wrapper for NetBSD 5 NetBSD 5 implements a mremap with a different semantic. Rename our wrapper symbol name so it does not clash with the NetBSD 5 symbol. Eventually, we could envision doing a special-case that uses the NetBSD 5 version instead of the fallback, but let's first get it working before going into optimization land. Suggested-by: Marek VavruĊĦa Signed-off-by: Mathieu Desnoyers ---