diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 18:18:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 18:18:06 +0100 |
| commit | 578e905d123d1ae48ad6690cddd5247b83cdccae (patch) | |
| tree | 6d332e82cc9c197cb7c5e0aff958b8bdc38009bf /src/libSystem/SystemKit | |
| parent | 6498165c295fab8352d8bcb37095ef81190dda20 (diff) | |
[FEAT] CFAtom & Kernel::Atom improvements, doc TypeAtomic.atom-improvements
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSystem/SystemKit')
| -rw-r--r-- | src/libSystem/SystemKit/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h index c81dc1b9..37150b01 100644 --- a/src/libSystem/SystemKit/Macros.h +++ b/src/libSystem/SystemKit/Macros.h @@ -91,7 +91,7 @@ typedef nullPtr NullPtr; #endif #ifndef kib_cast -#define kib_cast(X) (UInt64)((X) * 1024) +#define kib_cast(X) (UInt64)((X) *1024) #endif #ifndef MIB |
