diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-08-20 15:46:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-08-20 15:46:26 +0000 |
commit | 174195409d6a3d639dd28e08cf99d6f2559eca9c (patch) | |
tree | 9e9850054c55b7985eac8f644b6e3f10b78eae51 /ChangeLog | |
parent | 35cfefd96062145eeb8aee6bd72d07e0909a6b2e (diff) | |
download | glibc-174195409d6a3d639dd28e08cf99d6f2559eca9c.zip glibc-174195409d6a3d639dd28e08cf99d6f2559eca9c.tar.gz glibc-174195409d6a3d639dd28e08cf99d6f2559eca9c.tar.bz2 |
Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h.
This patch adds two new constants from Linux 4.18 to elf.h,
NT_VMCOREDD and AT_MINSIGSTKSZ.
Tested for x86_64.
* elf/elf.c (NT_VMCOREDD): New macro.
(AT_MINSIGSTKSZ): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2018-08-20 Joseph Myers <joseph@codesourcery.com> + + * elf/elf.c (NT_VMCOREDD): New macro. + (AT_MINSIGSTKSZ): Likewise. + 2018-08-20 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile |