]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/dl-load.h
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / dl-load.h
index a1f7b35346c57df2f747189eb2b14ef073995622..f98d264e904c8c38625029606e4049ebd5f6de2e 100644 (file)
@@ -1,5 +1,6 @@
 /* Map in a shared object's segments from the file.
-   Copyright (C) 1995-2019 Free Software Foundation, Inc.
+   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright The GNU Toolchain Authors.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -74,7 +75,7 @@ ELF_PREFERRED_ADDRESS_DATA;
    Its details have been expanded out and converted.  */
 struct loadcmd
 {
-  ElfW(Addr) mapstart, mapend, dataend, allocend;
+  ElfW(Addr) mapstart, mapend, dataend, allocend, mapalign;
   ElfW(Off) mapoff;
   int prot;                             /* PROT_* bits.  */
 };