Include gthreadinit.h here to see the declaration for
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Aug 2004 15:12:19 +0000 (15:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Aug 2004 15:12:19 +0000 (15:12 +0000)
2004-08-02  Matthias Clasen  <mclasen@redhat.com>

* glib/gatomic.c: Include gthreadinit.h here to see the declaration
for _g_atomic_thread_init().

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gatomic.c

index ab22465..afad395 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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  <yosh@gimp.org>
 
        * tests/uri-test.c: move newline printing from run_from_uri_tests()
index ab22465..afad395 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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  <yosh@gimp.org>
 
        * tests/uri-test.c: move newline printing from run_from_uri_tests()
index ab22465..afad395 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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  <yosh@gimp.org>
 
        * tests/uri-test.c: move newline printing from run_from_uri_tests()
index ab22465..afad395 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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  <yosh@gimp.org>
 
        * tests/uri-test.c: move newline printing from run_from_uri_tests()
index ab22465..afad395 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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  <yosh@gimp.org>
 
        * tests/uri-test.c: move newline printing from run_from_uri_tests()
index a5c347d..d9bb2d7 100644 (file)
@@ -23,6 +23,7 @@
 #include "config.h"
 
 #include "glib.h"
+#include "gthreadinit.h"
 
 #if defined (__GNUC__)
 # if defined (G_ATOMIC_I486)