diff options
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_flush.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug_flush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_flush.c b/src/gallium/auxiliary/util/u_debug_flush.c index 6a8a91d313..d12520501e 100644 --- a/src/gallium/auxiliary/util/u_debug_flush.c +++ b/src/gallium/auxiliary/util/u_debug_flush.c @@ -77,7 +77,7 @@ struct debug_flush_ctx { struct list_head head; }; -pipe_static_mutex(list_mutex); +static mtx_t list_mutex = _MTX_INITIALIZER_NP; static struct list_head ctx_list = {&ctx_list, &ctx_list}; static struct debug_stack_frame * |