From 72b41e2f711198ad9baa846e7ba37f6e070cedb0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 Jan 2026 08:10:48 +0100 Subject: chore: ddk: Fix build on nebuild for C++ DDK. chore: kernel: Tweaks and internal improvements. Signed-off-by: Amlal El Mahrouss --- src/libSystem/SystemKit/Macros.h | 2 +- src/libSystem/libSystem.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libSystem') diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h index cd337f26..b349387f 100644 --- a/src/libSystem/SystemKit/Macros.h +++ b/src/libSystem/SystemKit/Macros.h @@ -90,7 +90,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 diff --git a/src/libSystem/libSystem.json b/src/libSystem/libSystem.json index 9df1b8f0..a90084cc 100644 --- a/src/libSystem/libSystem.json +++ b/src/libSystem/libSystem.json @@ -16,5 +16,6 @@ "kLibSystemVersion=0x0100", "kLibSystemVersionHighest=0x0100", "kLibSystemVersionLowest=0x0100" - ] + ], + "description": "System Kit for NeKernel." } -- cgit v1.2.3