2005-08-02 Matthias Clasen <mclasen@redhat.com>
* gclosure.c (union ClosureInt): Mark the vint member as
volatile, which seems to be necessary to make atomic operations
work on s390.
2005-08-02 Matthias Clasen <mclasen@redhat.com>
+ * gclosure.c (union ClosureInt): Mark the vint member as
+ volatile, which seems to be necessary to make atomic operations
+ work on s390.
+
* === Released 2.7.5 ===
Mon Aug 1 23:00:42 2005 Tim Janik <timj@imendio.com>
typedef union {
GClosure closure;
- gint vint;
+ volatile gint vint;
} ClosureInt;
#define CHANGE_FIELD(_closure, _field, _OP, _value, _must_set, _SET_OLD, _SET_NEW) \