diff options
Diffstat (limited to 'com32/include/sys/module.h')
-rw-r--r-- | com32/include/sys/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/sys/module.h b/com32/include/sys/module.h index e09f1bf8..97f7ce09 100644 --- a/com32/include/sys/module.h +++ b/com32/include/sys/module.h @@ -229,7 +229,7 @@ extern int module_load(struct elf_module *module); * Its current use is to describe the root COM32 module to the rest of the * module subsystem. */ -extern int module_load_shallow(struct elf_module *module); +extern int module_load_shallow(struct elf_module *module, Elf32_Off offset); /** * module_unload - unloads the module from the system. |