summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem/SystemKit/System.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 05:42:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 05:42:57 +0100
commit30bfed60419707e94a0128f20199f98d008a1473 (patch)
tree66a9ace8516d4fcff1a34d7dd34291266216d7bd /src/libSystem/SystemKit/System.h
parentc55c139dd4ee553bac64c903973a6298a50017f2 (diff)
[CHORE] Update format.sh unit.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSystem/SystemKit/System.h')
-rw-r--r--src/libSystem/SystemKit/System.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h
index 69cce9a7..324aae5c 100644
--- a/src/libSystem/SystemKit/System.h
+++ b/src/libSystem/SystemKit/System.h
@@ -21,7 +21,8 @@
/// @brief Types API.
// ------------------------------------------------------------------------------------------ //
-/// @brief Reference type, used for all references in the system, such as file descriptors, dylib handles, thread handles, etc.
+/// @brief Reference type, used for all references in the system, such as file descriptors, dylib
+/// handles, thread handles, etc.
struct REF_TYPE {
UInt64 __hash; /// @brief Hash of the syscall
VoidPtr __self; /// @brief Syscall self value.
@@ -398,7 +399,8 @@ IMPORT_C UInt64 StrMathToNumber(const Char* in, const Char** endp, const SInt16
// ------------------------------------------------------------------------------------------ //
/// @brief Create a semaphore.
-IMPORT_C _Output SemaphoreRef SemCreate(_Input UInt32 initial_count, _Input UInt32 max_count, _Input const Char* name);
+IMPORT_C _Output SemaphoreRef SemCreate(_Input UInt32 initial_count, _Input UInt32 max_count,
+ _Input const Char* name);
/// @brief Wait on a semaphore.
IMPORT_C SInt32 SemWait(_Input SemaphoreRef sem);