mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gthread.h: avoid anonymous union
This is a GNU extension. https://bugzilla.gnome.org/show_bug.cgi?id=666978
This commit is contained in:
parent
a07e9a5fb2
commit
fc731de929
@ -162,7 +162,7 @@ struct _GStaticRecMutex
|
||||
pthread_t owner;
|
||||
#endif
|
||||
gdouble dummy;
|
||||
};
|
||||
} unused;
|
||||
};
|
||||
|
||||
#define G_STATIC_REC_MUTEX_INIT { G_STATIC_MUTEX_INIT }
|
||||
|
Loading…
Reference in New Issue
Block a user