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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/gdb_ptrace.h b/gdb/nat/gdb_ptrace.h
index 81727cb..1785884 100644
--- a/gdb/nat/gdb_ptrace.h
+++ b/gdb/nat/gdb_ptrace.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 NAT_GDB_PTRACE_H
-#define NAT_GDB_PTRACE_H
+#ifndef GDB_NAT_GDB_PTRACE_H
+#define GDB_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
@@ -142,4 +142,4 @@
ptrace ((PTRACE_TYPE_ARG1) request, pid, addr, data)
#endif
-#endif /* NAT_GDB_PTRACE_H */
+#endif /* GDB_NAT_GDB_PTRACE_H */