diff options
| author | 2025-12-19 17:56:03 +0100 | |
|---|---|---|
| committer | 2025-12-19 17:56:03 +0100 | |
| commit | 0b62a35ad498885bfbeba273ccc132ae8f776789 (patch) | |
| tree | af7a525385bb340a82c5d11ee65377b865a25203 /c/c.h | |
| parent | ae62e89274f20cc0e3d526dfc613038d96820e1f (diff) | |
c.h init zero bitset portability
Diffstat (limited to 'c/c.h')
| -rw-r--r-- | c/c.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ struct expr { }; struct init { - struct bitset zero[1]; /* bytes to zero out up to 64 */ + struct bitset zero[BSSIZE(64)]; /* bytes to zero out up to 64 */ struct initval { struct initval *next; uint off; |