This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h
- From: Florian Weimer <fweimer at redhat dot com>
- To: Joseph Myers <joseph at codesourcery dot com>, libc-alpha at sourceware dot org
- Date: Mon, 20 Aug 2018 13:39:49 +0200
- Subject: Re: Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h
- References: <alpine.DEB.2.20.1808151651550.29904@digraph.polyomino.org.uk>
On 08/15/2018 06:52 PM, Joseph Myers wrote:
2018-08-15 Joseph Myers<joseph@codesourcery.com>
* elf/elf.c (NT_VMCOREDD): New macro.
(AT_MINSIGSTKSZ): Likewise.
I verified that the constants match the kernel settings. Looks good to me.
As an aside: AT_MINSIGSTKSZ should really be arch-independent because
x86 needs it as well (the signal stack usage varies wildly there as well).
Thanks,
Florian