diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-17 21:53:27 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-17 21:53:27 +0100 |
| commit | 595a52436c86b4cdc37f26d9562cd55ccdb1a4ec (patch) | |
| tree | 55797470d1cf124a89ea08a84a63d51c2543d96e /dev/Kernel/KernelKit/IPEFDylibObject.h | |
| parent | 3ef6ff432581766cf16223ed2492a8bd20f2d836 (diff) | |
META: Tweaks and patches applied to mostly the kernel.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/KernelKit/IPEFDylibObject.h')
| -rw-r--r-- | dev/Kernel/KernelKit/IPEFDylibObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/IPEFDylibObject.h b/dev/Kernel/KernelKit/IPEFDylibObject.h index 1450ee89..a679c17d 100644 --- a/dev/Kernel/KernelKit/IPEFDylibObject.h +++ b/dev/Kernel/KernelKit/IPEFDylibObject.h @@ -100,7 +100,7 @@ namespace Kernel typedef IPEFDylibObject* IDylibRef; EXTERN_C IDylibRef rtl_init_dylib(UserProcess& header); - EXTERN_C Void rtl_fini_dylib(UserProcess& header, IDylibRef lib, Bool* successful); + EXTERN_C Void rtl_fini_dylib(UserProcess& header, IDylibRef lib, Bool* successful); } // namespace Kernel #endif /* ifndef __KERNELKIT_SHARED_OBJECT_H__ */ |
