mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
g_bit_lock: remove double variable declarations
Remove double declaration of local static variables used for futex emulation. Problem found by Haakon Sporsheim <haakon.sporsheim@gmail.com>.
This commit is contained in:
@@ -111,9 +111,6 @@ typedef struct
|
|||||||
GCond *wait_queue;
|
GCond *wait_queue;
|
||||||
} WaitAddress;
|
} WaitAddress;
|
||||||
|
|
||||||
static GSList *g_futex_address_list;
|
|
||||||
static GMutex *g_futex_mutex;
|
|
||||||
|
|
||||||
static WaitAddress *
|
static WaitAddress *
|
||||||
g_futex_find_address (const volatile gint *address)
|
g_futex_find_address (const volatile gint *address)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user