Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351387
Collapse All | Expand All

(-)a/glib/gatomic.c (-1 / +1 lines)
Lines 881-886 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomi Link Here
881
#endif /* DEFINE_WITH_WIN32_INTERLOCKED */
881
#endif /* DEFINE_WITH_WIN32_INTERLOCKED */
882
882
883
#ifdef DEFINE_WITH_MUTEXES
883
#ifdef DEFINE_WITH_MUTEXES
884
# include "gthread.h"
884
/* We have to use the slow, but safe locking method */
885
/* We have to use the slow, but safe locking method */
885
static GMutex *g_atomic_mutex; 
886
static GMutex *g_atomic_mutex; 
886
887
887
- 

Return to bug 351387