aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/gdb_ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/gdb_ptrace.h')
-rw-r--r--gdb/nat/gdb_ptrace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/gdb_ptrace.h b/gdb/nat/gdb_ptrace.h
index 289921a..d75c770 100644
--- a/gdb/nat/gdb_ptrace.h
+++ b/gdb/nat/gdb_ptrace.h
@@ -16,9 +16,9 @@
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 GDB_PTRACE_H
-#define GDB_PTRACE_H
+
+#ifndef NAT_GDB_PTRACE_H
+#define NAT_GDB_PTRACE_H
/* The <sys/ptrace.h> header was introduced with 4.4BSD, and provided
the PT_* symbolic constants for the ptrace(2) request numbers. The
@@ -150,4 +150,4 @@ extern PTRACE_TYPE_RET ptrace();
ptrace ((PTRACE_TYPE_ARG1) request, pid, addr, data)
#endif
-#endif /* gdb_ptrace.h */
+#endif /* NAT_GDB_PTRACE_H */