summaryrefslogtreecommitdiff
path: root/glib/glib.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-01-28 11:32:07 -0500
committerRyan Lortie <desrt@desrt.ca>2010-01-28 12:40:46 -0500
commit669b0f2d6b5ef3a4924a1402d569c4e38e4fb41c (patch)
treec5e94f36261bdf37c81914b4f9c8bd05255d10e0 /glib/glib.h
parent595cad2531ac8bb4a4954337931134cb304088df (diff)
downloadglib-669b0f2d6b5ef3a4924a1402d569c4e38e4fb41c.tar.gz
Bug 548967 - 1 bit mutex lock
Add support for a mutex lock that consumes only one bit of storage inside of an integer on systems that support futexes. Futex is emulated (at a higher cost) on systems that don't have it -- but only in the contended case.
Diffstat (limited to 'glib/glib.h')
-rw-r--r--glib/glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glib.h b/glib/glib.h
index 209971d49..35f161797 100644
--- a/glib/glib.h
+++ b/glib/glib.h
@@ -35,6 +35,7 @@
#include <glib/gatomic.h>
#include <glib/gbacktrace.h>
#include <glib/gbase64.h>
+#include <glib/gbitlock.h>
#include <glib/gbookmarkfile.h>
#include <glib/gcache.h>
#include <glib/gchecksum.h>