diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-30 16:48:00 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-30 16:48:00 +0200 |
| commit | baaa09cefe3ed0f2bbf9d93e07d55e60a04ca17f (patch) | |
| tree | 45ef9414c87c32eb84b563441a416ca3906fd7c1 /dev/libSystem/SystemKit/Syscall.h | |
| parent | 86b89793dcaf290206faeb7fe3100dd0a5f71d1d (diff) | |
refactor: Format codebase and fix warning in UserProcessScheduler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/SystemKit/Syscall.h')
| -rw-r--r-- | dev/libSystem/SystemKit/Syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/libSystem/SystemKit/Syscall.h b/dev/libSystem/SystemKit/Syscall.h index 1a334ead..436665ae 100644 --- a/dev/libSystem/SystemKit/Syscall.h +++ b/dev/libSystem/SystemKit/Syscall.h @@ -10,8 +10,8 @@ #include <cstdarg> #ifndef SYSCALL_HASH -#define SYSCALL_HASH(str) (UInt64)str -#endif // !SYSCALL_HASH +#define SYSCALL_HASH(str) (UInt64) str +#endif // !SYSCALL_HASH IMPORT_C VoidPtr libsys_syscall_arg_1(SizeT id); IMPORT_C VoidPtr libsys_syscall_arg_2(SizeT id, VoidPtr arg1); |
