aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/x86-gcc-cpuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/x86-gcc-cpuid.h')
-rw-r--r--gdb/nat/x86-gcc-cpuid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/x86-gcc-cpuid.h b/gdb/nat/x86-gcc-cpuid.h
index dfd1258..b0f2d23 100644
--- a/gdb/nat/x86-gcc-cpuid.h
+++ b/gdb/nat/x86-gcc-cpuid.h
@@ -3,8 +3,8 @@
* include this directly, but pull in x86-cpuid.h and use that func.
*/
-#ifndef NAT_X86_GCC_CPUID_H
-#define NAT_X86_GCC_CPUID_H
+#ifndef GDB_NAT_X86_GCC_CPUID_H
+#define GDB_NAT_X86_GCC_CPUID_H
/*
* Copyright (C) 2007-2024 Free Software Foundation, Inc.
@@ -273,4 +273,4 @@ __get_cpuid_count (unsigned int __leaf, unsigned int __subleaf,
return 1;
}
-#endif /* NAT_X86_GCC_CPUID_H */
+#endif /* GDB_NAT_X86_GCC_CPUID_H */