diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-13 08:27:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 08:27:07 +0200 |
| commit | 126cc73bb933cd1b550c8c5b97d8621717fb1e6b (patch) | |
| tree | f67922ba36b8a4847b0f1854f77da4466e64f7e6 /dev/kernel/KernelKit/IPEFDylibObject.h | |
| parent | 799327413742309ab5def75d310df28576aefc7e (diff) | |
| parent | f30470c40229806a33c914ebdd1dbdf037c9698d (diff) | |
Merge pull request #17 from amlel-el-mahrouss/dev
dev, scheduler, ahci, dev: Refactor scheduler, and fix minor mistakes.
Diffstat (limited to 'dev/kernel/KernelKit/IPEFDylibObject.h')
| -rw-r--r-- | dev/kernel/KernelKit/IPEFDylibObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/IPEFDylibObject.h b/dev/kernel/KernelKit/IPEFDylibObject.h index 4769f0f9..f1edc1d5 100644 --- a/dev/kernel/KernelKit/IPEFDylibObject.h +++ b/dev/kernel/KernelKit/IPEFDylibObject.h @@ -99,8 +99,8 @@ 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 IDylibRef rtl_init_dylib(Process& header); + EXTERN_C Void rtl_fini_dylib(Process& header, IDylibRef lib, Bool* successful); } // namespace Kernel #endif /* ifndef __KERNELKIT_SHARED_OBJECT_H__ */ |
