diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-11-18 18:40:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-11-18 18:40:58 +0000 |
commit | 1e4896b176ff664dc9c2fce5426bf2fdf8017a7d (patch) | |
tree | 3f7e242becfb6954eb7d33c696788126b65d080c /contrib/elftoolchain/elfcopy/elfcopy.h | |
parent | 1e4309ae4e7ddcf927ba61c63c126ae578c98362 (diff) | |
download | src-test2-1e4896b176ff664dc9c2fce5426bf2fdf8017a7d.tar.gz src-test2-1e4896b176ff664dc9c2fce5426bf2fdf8017a7d.zip |
Notes
Diffstat (limited to 'contrib/elftoolchain/elfcopy/elfcopy.h')
-rw-r--r-- | contrib/elftoolchain/elfcopy/elfcopy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/elfcopy/elfcopy.h b/contrib/elftoolchain/elfcopy/elfcopy.h index 3a6fdc76136b..b8845a574428 100644 --- a/contrib/elftoolchain/elfcopy/elfcopy.h +++ b/contrib/elftoolchain/elfcopy/elfcopy.h @@ -298,7 +298,7 @@ void create_scn(struct elfcopy *_ecp); void create_srec(struct elfcopy *_ecp, int _ifd, int _ofd, const char *_ofn); void create_symtab(struct elfcopy *_ecp); void create_symtab_data(struct elfcopy *_ecp); -void create_tempfile(char **_fn, int *_fd); +void create_tempfile(const char *_src, char **_fn, int *_fd); void finalize_external_symtab(struct elfcopy *_ecp); void free_elf(struct elfcopy *_ecp); void free_sec_act(struct elfcopy *_ecp); |