diff options
Diffstat (limited to 'sys/sys/imgact_elf.h')
-rw-r--r-- | sys/sys/imgact_elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h index 0753122ca383..b50f6e890433 100644 --- a/sys/sys/imgact_elf.h +++ b/sys/sys/imgact_elf.h @@ -103,9 +103,9 @@ int elf_remove_brand_entry __P((Elf64_Brandinfo *entry)); #endif /* ELF_TARG_CLASS == ELFCLASS32 */ -struct proc; +struct thread; -int elf_coredump __P((struct proc *, struct vnode *, off_t)); +int elf_coredump __P((struct thread *, struct vnode *, off_t)); #endif /* _KERNEL */ |