summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_range.h')
-rw-r--r--src/gallium/auxiliary/util/u_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_range.h b/src/gallium/auxiliary/util/u_range.h
index a1da5e5a6f0..9055d7b6007 100644
--- a/src/gallium/auxiliary/util/u_range.h
+++ b/src/gallium/auxiliary/util/u_range.h
@@ -43,7 +43,7 @@ struct util_range {
unsigned end; /* exclusive */
/* for the range to be consistent with multiple contexts: */
- pipe_mutex write_mutex;
+ mtx_t write_mutex;
};