Include gthreadinit.h here to see the declaration for

2004-08-02  Matthias Clasen  <mclasen@redhat.com>

	* glib/gatomic.c: Include gthreadinit.h here to see the declaration
	for _g_atomic_thread_init().
This commit is contained in:
Matthias Clasen 2004-08-02 15:12:19 +00:00 committed by Matthias Clasen
parent b54cccf6a8
commit 76ce9fcb1b
6 changed files with 26 additions and 0 deletions

View 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()

View 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()

View 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()

View 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()

View 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()

View File

@ -23,6 +23,7 @@
#include "config.h"
#include "glib.h"
#include "gthreadinit.h"
#if defined (__GNUC__)
# if defined (G_ATOMIC_I486)