Re: [PATCH 4/7 v3] doc: Add elf_getaroff.3

2025-07-17 Thread Mark Wielaard
Hi Aaron, On Tue, 2025-07-15 at 00:25 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > > --- > v3 changes: > > Update return value description to reflect that elf_getaroff returns > -1 if there's an error, not ELF_C_NULL (0). Yes, looks good. Thanks, Mark

[PATCH 4/7 v3] doc: Add elf_getaroff.3

2025-07-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- v3 changes: Update return value description to reflect that elf_getaroff returns -1 if there's an error, not ELF_C_NULL (0). doc/Makefile.am| 1 + doc/elf_getaroff.3 | 58 ++ 2 files changed, 59 insertions(+) crea