Re: [PATCH 7/9 v2] doc: Add elf32_newphdr.3 and elf64_newphdr.3
Hi Aaron, On Wed, 2024-10-02 at 22:26 -0400, Aaron Merey wrote: > v2 changes: > Mention new program header table is zero'ed out and that > NULL is returned if elf is NULL. Looks good. Thanks, Mark
[PATCH 7/9 v2] doc: Add elf32_newphdr.3 and elf64_newphdr.3
Signed-off-by: Aaron Merey --- v2 changes: Mention new program header table is zero'ed out and that NULL is returned if elf is NULL. doc/elf32_newphdr.3 | 72 + doc/elf64_newphdr.3 | 1 + 2 files changed, 73 insertions(+) create mode 100644 doc/elf3