aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/amd64-linux-siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/amd64-linux-siginfo.h')
-rw-r--r--gdb/nat/amd64-linux-siginfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/amd64-linux-siginfo.h b/gdb/nat/amd64-linux-siginfo.h
index 9aa6ae9..50d7fdc 100644
--- a/gdb/nat/amd64-linux-siginfo.h
+++ b/gdb/nat/amd64-linux-siginfo.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef AMD64_LINUX_SIGINFO_H
-#define AMD64_LINUX_SIGINFO_H 1
+#ifndef NAT_AMD64_LINUX_SIGINFO_H
+#define NAT_AMD64_LINUX_SIGINFO_H
#include <signal.h> /* 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 */