diff options
Diffstat (limited to 'src/libSystem')
| -rw-r--r-- | src/libSystem/SystemKit/Macros.h | 2 | ||||
| -rw-r--r-- | src/libSystem/libSystem.json | 3 |
2 files changed, 3 insertions, 2 deletions
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." } |
