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)
commit4a6d73787de534cbd7d5fc7a6b60af64de66e7ea
tree3847ed10f7327b30fc6b0cf6eefcdd192e876886
parent450b97095e27646fcd1e4b83c99477d7253b987b
Fix inappropriate lib behavior: don't call exit()

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>
Makefile.am
urcu-bp.c
urcu-call-rcu-impl.h
urcu-defer-impl.h
urcu-die.h [new file with mode: 0644]
urcu-qsbr.c
urcu.c
This page took 0.025031 seconds and 4 git commands to generate.