diff options
Diffstat (limited to 'elf/dl-cache.c')
-rw-r--r-- | elf/dl-cache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/dl-cache.c b/elf/dl-cache.c index 7c7dc58..f9ca40d 100644 --- a/elf/dl-cache.c +++ b/elf/dl-cache.c @@ -1,5 +1,5 @@ /* Support for reading /etc/ld.so.cache files written by Linux ldconfig. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 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 @@ -21,7 +21,6 @@ #include <ldsodefs.h> #include <sys/mman.h> #include <dl-cache.h> -#include <dl-procinfo.h> #include <stdint.h> #include <_itoa.h> #include <dl-hwcaps.h> |