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 23:00:54 +0000 (19:00 -0400)
commit0fba1252d0fb2eae2054faad7b657cb296780421
treec5760677887d74dbcd1ea1054fd43b32216a7ebb
parentcd4075b4c9515a927ab066f5d4895eb2a8f27257
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.02419 seconds and 4 git commands to generate.