X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fnat%2Famd64-linux-siginfo.h;h=db611cf5eb33f4f4c3b865d8dbcc140f04fef23c;hb=1bee48c7ad5b75896ef8d84fedc774e181fb09a7;hp=9aa6ae99928a9a833cafbe9e3adc8cd036b0a17a;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/amd64-linux-siginfo.h b/gdb/nat/amd64-linux-siginfo.h index 9aa6ae9992..db611cf5eb 100644 --- a/gdb/nat/amd64-linux-siginfo.h +++ b/gdb/nat/amd64-linux-siginfo.h @@ -1,6 +1,6 @@ /* Low-level siginfo manipulation for amd64. - Copyright (C) 2016-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2021 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef AMD64_LINUX_SIGINFO_H -#define AMD64_LINUX_SIGINFO_H 1 +#ifndef NAT_AMD64_LINUX_SIGINFO_H +#define NAT_AMD64_LINUX_SIGINFO_H #include /* For siginfo_t. */ @@ -55,4 +55,4 @@ int amd64_linux_siginfo_fixup_common (siginfo_t *native, gdb_byte *inf, int direction, enum amd64_siginfo_fixup_mode mode); -#endif +#endif /* NAT_AMD64_LINUX_SIGINFO_H */