GCond (linux): fix g_cond_wait_until() return value on timeout
authorTim-Philipp Müller <tim@centricular.com>
Sat, 5 Jul 2014 14:03:22 +0000 (15:03 +0100)
committerRyan Lortie <desrt@desrt.ca>
Wed, 9 Jul 2014 14:59:06 +0000 (10:59 -0400)
commit636cd00c213995ffecd302369515bc3b36257589
tree6bb1f03b141c7a0539889d72ffa1962a50072acf
parentecf1359191b2f796a7d63288652dd1a93525417d
GCond (linux): fix g_cond_wait_until() return value on timeout

It should return FALSE on timeout (and only on timeout), and
TRUE otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=731986
glib/gthread-posix.c
glib/tests/cond.c