From 7fd642630ee17f7150c1b881631acbe422b3a26b Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 13 Jun 2026 19:03:37 -0400 Subject: gnu99 --- docs/application/type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/application/type.md') diff --git a/docs/application/type.md b/docs/application/type.md index 5a856bd..5ca4469 100644 --- a/docs/application/type.md +++ b/docs/application/type.md @@ -34,7 +34,7 @@ typedef struct { kpl_type_template template; uint8_t qualifiers; uint16_t modifiers; - atomic_int_least32_t ref_count; + _Atomic int32_t ref_count; kpl_ptr self; kpl_type_body body; } kpl_type; -- cgit v1.2.3