From a10e9c4e53fc652b79abf838f7f837589d2c84db Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 2 Mar 2017 17:28:41 +0100 Subject: Remove header file inclusion guard from elf/get-dynamic-info.h This file is included multiple times, so the guard is harmful. Fixes commit 9090848d0607e93fb08a1d68d9f263846ee33f02. --- elf/get-dynamic-info.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'elf') diff --git a/elf/get-dynamic-info.h b/elf/get-dynamic-info.h index 6413558975..7525c3a5b2 100644 --- a/elf/get-dynamic-info.h +++ b/elf/get-dynamic-info.h @@ -16,8 +16,8 @@ License along with the GNU C Library; if not, see . */ -#ifndef _GET_DYNAMIC_INFO_H -#define _GET_DYNAMIC_INFO_H 1 +/* This file is included multiple times and therefore lacks a header + file inclusion guard. */ #include #include @@ -182,5 +182,3 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp) info[DT_RPATH] = NULL; #endif } - -#endif /* get-dynamic-info.h */ -- cgit v1.2.1