summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 05:48:29 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 05:48:46 +0100
commit86f6e1f05a441cf4748850c119fd2600ebba6323 (patch)
tree2722592c9dad7cc252736c97425fcb4268d0ab9b /src/kernel/KernelKit
parent19f7b324515cb49b6951f5e14882f4c24b74b6a7 (diff)
[CHORE] Added _POSIX_SOURCE and _XOPEN_SOURCE macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit')
-rw-r--r--src/kernel/KernelKit/DriveMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/DriveMgr.h b/src/kernel/KernelKit/DriveMgr.h
index 5abb7518..0f0673dd 100644
--- a/src/kernel/KernelKit/DriveMgr.h
+++ b/src/kernel/KernelKit/DriveMgr.h
@@ -155,7 +155,7 @@ DriveTrait io_construct_blank_drive(Void);
/// @brief Fetches the main drive.
/// @param trait the new drive as a trait.
Void io_construct_main_drive(DriveTrait& trait);
-
+
namespace Detect {
Void io_detect_drive(DriveTrait& trait);
}