summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Util
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:16:31 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:16:31 +0200
commit22d10f3c61959827bb634c9fe25a85ead891d59d (patch)
tree59e04586a4e4e96163454e6949991260e7bf11bc /dev/LibCompiler/Util
parent5563e156b8fe751d72f983531572ffdd324d8671 (diff)
refactor! Breaking changes in LibCompiler, see details.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Util')
-rw-r--r--dev/LibCompiler/Util/DylibHelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Util/DylibHelpers.h b/dev/LibCompiler/Util/DylibHelpers.h
index be8119f..901d321 100644
--- a/dev/LibCompiler/Util/DylibHelpers.h
+++ b/dev/LibCompiler/Util/DylibHelpers.h
@@ -10,4 +10,4 @@
#include <dlfcn.h>
typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, Char const* argv[]);
-typedef VoidPtr DylibHandle;
+typedef VoidPtr LibCompilerDylib;