glib r6890 - in branches/glib-2-16: . glib
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6890 - in branches/glib-2-16: . glib
- Date: Wed, 14 May 2008 13:08:52 +0100 (BST)
Author: mitch
Date: Wed May 14 12:08:51 2008
New Revision: 6890
URL: http://svn.gnome.org/viewvc/glib?rev=6890&view=rev
Log:
2008-05-14 Michael Natterer <mitch imendio com>
Merged from trunk:
* glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
Modified:
branches/glib-2-16/ChangeLog
branches/glib-2-16/glib/gatomic.c
Modified: branches/glib-2-16/glib/gatomic.c
==============================================================================
--- branches/glib-2-16/glib/gatomic.c (original)
+++ branches/glib-2-16/glib/gatomic.c Wed May 14 12:08:51 2008
@@ -21,12 +21,12 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
+
#if defined (G_ATOMIC_ARM)
#include <sched.h>
#endif
-#include "config.h"
-
#include "glib.h"
#include "gthreadprivate.h"
#include "galias.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]