diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-13 19:03:37 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-13 19:03:37 -0400 |
| commit | 7fd642630ee17f7150c1b881631acbe422b3a26b (patch) | |
| tree | 55e34ae5a391b2fea34e3285f703262d4edb49ae /docs/application/type.md | |
| parent | 59e9416150b9f0ac01b57e7fe30c893f247bc8f6 (diff) | |
gnu99
Diffstat (limited to 'docs/application/type.md')
| -rw-r--r-- | docs/application/type.md | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
