]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/dl-machine-reject-phdr.h
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / dl-machine-reject-phdr.h
index 3f8f9fb89e7dc34168739949cd959fb4f439e8f8..f9a8e31e4eff53f7e07feba1a0b561db9a2a03db 100644 (file)
@@ -1,5 +1,5 @@
 /* Machine-dependent program header inspection for the ELF loader.
-   Copyright (C) 2014-2020 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 /* Return true iff ELF program headers are incompatible with the running
    host.  */
 static inline bool
-elf_machine_reject_phdr_p (const ElfW(Phdr) *phdr, uint_fast16_t phnum,
+elf_machine_reject_phdr_p (const ElfW(Phdr) *phdr, unsigned int phnum,
                           const char *buf, size_t len, struct link_map *map,
                           int fd)
 {