Fix mremap wrapper for NetBSD 5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 May 2012 18:30:09 +0000 (14:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 May 2012 18:30:09 +0000 (14:30 -0400)
commitc7eaf61c307ee909eb2dcebb956e73776f1a0441
tree8e77665953d886c334a7abc3631dcbd56463c1cc
parentbd252a04bbbb163aa4d8864b1e1e5a3a4d9d0892
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 <marek.vavrusa@nic.cz>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-bp.c
This page took 0.024418 seconds and 4 git commands to generate.