aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/x86-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/x86-linux.h')
-rw-r--r--gdb/nat/x86-linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/x86-linux.h b/gdb/nat/x86-linux.h
index 0b13bb7..7d4fbbc 100644
--- a/gdb/nat/x86-linux.h
+++ b/gdb/nat/x86-linux.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 X86_LINUX_H
-#define X86_LINUX_H
+#ifndef NAT_X86_LINUX_H
+#define NAT_X86_LINUX_H
#include "nat/linux-nat.h"
@@ -47,4 +47,4 @@ extern void x86_linux_delete_thread (struct arch_lwp_info *arch_lwp);
extern void x86_linux_prepare_to_resume (struct lwp_info *lwp);
-#endif /* X86_LINUX_H */
+#endif /* NAT_X86_LINUX_H */