Fix: lfstack reversed empty/non-empty return value
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Oct 2014 11:55:05 +0000 (07:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Oct 2014 11:59:43 +0000 (07:59 -0400)
commitd23382b83c64023453d212919d3807582da3f50b
tree335cab2d48bff787a9be337f0d22a2e973cd5166
parent7a618cf73bc9da1a6d258f361a41ed9e6f1b9f88
Fix: lfstack reversed empty/non-empty return value

The return value of lfstack push operation is logically reversed
compared to the documentation, and compared to wfstack and wfcqueue.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/static/lfstack.h
This page took 0.024452 seconds and 4 git commands to generate.