From: Matthias Clasen Date: Mon, 2 Aug 2004 15:12:19 +0000 (+0000) Subject: Include gthreadinit.h here to see the declaration for X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=76ce9fcb1b4e723c988f08e24a2df485a22abc34;p=dana%2Fcg-glib.git Include gthreadinit.h here to see the declaration for 2004-08-02 Matthias Clasen * glib/gatomic.c: Include gthreadinit.h here to see the declaration for _g_atomic_thread_init(). --- diff --git a/ChangeLog b/ChangeLog index ab224657..afad3958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 Matthias Clasen + + * glib/gatomic.c: Include gthreadinit.h here to see the declaration + for _g_atomic_thread_init(). + Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ab224657..afad3958 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-08-02 Matthias Clasen + + * glib/gatomic.c: Include gthreadinit.h here to see the declaration + for _g_atomic_thread_init(). + Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ab224657..afad3958 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2004-08-02 Matthias Clasen + + * glib/gatomic.c: Include gthreadinit.h here to see the declaration + for _g_atomic_thread_init(). + Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ab224657..afad3958 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-08-02 Matthias Clasen + + * glib/gatomic.c: Include gthreadinit.h here to see the declaration + for _g_atomic_thread_init(). + Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ab224657..afad3958 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-08-02 Matthias Clasen + + * glib/gatomic.c: Include gthreadinit.h here to see the declaration + for _g_atomic_thread_init(). + Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() diff --git a/glib/gatomic.c b/glib/gatomic.c index a5c347d9..d9bb2d77 100644 --- a/glib/gatomic.c +++ b/glib/gatomic.c @@ -23,6 +23,7 @@ #include "config.h" #include "glib.h" +#include "gthreadinit.h" #if defined (__GNUC__) # if defined (G_ATOMIC_I486)