diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-10-02 12:09:33 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-10-02 12:09:46 -0400 |
commit | 7ef6ac4b3a6bcc3986727cba8e24866afe120a7f (patch) | |
tree | 1ea84fa5d00fd645ce9118e7c07265d7f74980c0 /glib/gmutex.h | |
parent | bd97509f3da9ebac128a6265ead51de1e1034b37 (diff) | |
download | glib-wip/linux.tar.gz |
recmutex updateswip/linux
Diffstat (limited to 'glib/gmutex.h')
-rw-r--r-- | glib/gmutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gmutex.h b/glib/gmutex.h index 688eccdd3..4bbab795e 100644 --- a/glib/gmutex.h +++ b/glib/gmutex.h @@ -44,7 +44,7 @@ typedef union guint i[2]; } GRWLock; -typedef union +typedef struct { /*< private >*/ gpointer p; |