Need to dummy-out rt_sigreturn.
submitted by: gallatin
This commit is contained in:
parent
60f618a04d
commit
23d3a6fe6e
@ -259,4 +259,7 @@ static moduledata_t linux_elf_mod = {
|
||||
linux_elf_modevent,
|
||||
0
|
||||
};
|
||||
|
||||
DUMMY(rt_sigreturn);
|
||||
|
||||
DECLARE_MODULE(linuxelf, linux_elf_mod, SI_SUB_EXEC, SI_ORDER_ANY);
|
||||
|
Loading…
Reference in New Issue
Block a user