gbitlock: fix this to not unconditionally use futex emulation
authorDan Winship <danw@gnome.org>
Thu, 2 May 2013 14:14:57 +0000 (10:14 -0400)
committerDan Winship <danw@gnome.org>
Sat, 4 May 2013 14:09:39 +0000 (10:09 -0400)
commit13958ee4292947e0a074ebf4a0e697462ba58e79
treefd34d38c51f684557e75e36965e60f1e8e014043
parent9d69c274e0e13294bbfd6488c220ab523d3e881a
gbitlock: fix this to not unconditionally use futex emulation

Ryan accidentally committed some debugging code a long time ago,
causing this file to always use futex emulation even when real futex
support was available. I noticed this a while later and pointed it out
to him, and assumed he was going to fix it, but I guess he assumed I
was going to fix it, and then neither of us did...

https://bugzilla.gnome.org/show_bug.cgi?id=699500
glib/gbitlock.c