summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h
index d0fa27d3fe..2b389e3d4c 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -76,7 +76,7 @@
* Human-readable description of this debugging record.
*/
struct debug {
- _Atomic uint32_t flags;
+ atomic_uint_fast32_t flags;
const char *desc;
};