Fix inappropriate lib behavior: don't call exit()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 22 Jun 2012 16:48:14 +0000 (12:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 22 Jun 2012 16:48:14 +0000 (12:48 -0400)
Use abort() (implemented through the new urcu_die()) instead of exit(-1)
for unrecoverable errors.

Fixes #152

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.030185 seconds and 4 git commands to generate.