mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
switch elf_core_write_extra_data() to dump_emit()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
506f21c556
commit
aa3e7eaf0a
5 changed files with 11 additions and 13 deletions
|
@ -67,7 +67,7 @@ extern Elf_Half elf_core_extra_phdrs(void);
|
|||
extern int
|
||||
elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset);
|
||||
extern int
|
||||
elf_core_write_extra_data(struct file *file, size_t *size, unsigned long limit);
|
||||
elf_core_write_extra_data(struct coredump_params *cprm);
|
||||
extern size_t elf_core_extra_data_size(void);
|
||||
|
||||
#endif /* _LINUX_ELFCORE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue