Re: [PATCH] bugzilla_218018_v2
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-01-01 12:04:19
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-01-01 12:04:19
On Sat, Dec 30, 2023 at 10:33:39AM +0530, Rajesh Pandian wrote:
---
Hi Rajesh, This is missing a commit message. Thanks, Alex
man3/dl_iterate_phdr.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3 index 0a8beb3ae..263178e3f 100644 --- a/man3/dl_iterate_phdr.3 +++ b/man3/dl_iterate_phdr.3@@ -129,7 +129,9 @@ The .I dlpi_phnum field indicates the size of this array. .P -These program headers are structures of the following form: +The ELF program header is described by the Elf32_Phdr or Elf64_Phdr type, +depending on the architecture. +For example, the following layout applies to 32-bit architectures: .P .in +4n .EX-- 2.39.2
-- <https://www.alejandro-colomar.es/> Looking for a remote C programming job at the moment.