aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-osdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/linux-osdata.h')
-rw-r--r--gdb/nat/linux-osdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-osdata.h b/gdb/nat/linux-osdata.h
index a82fb08..b688116 100644
--- a/gdb/nat/linux-osdata.h
+++ b/gdb/nat/linux-osdata.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_LINUX_OSDATA_H
-#define NAT_LINUX_OSDATA_H
+#ifndef GDB_NAT_LINUX_OSDATA_H
+#define GDB_NAT_LINUX_OSDATA_H
/* Returns the CPU core that thread PTID is currently running on. */
@@ -27,4 +27,4 @@ extern int linux_common_core_of_thread (ptid_t ptid);
extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf,
ULONGEST offset, ULONGEST len);
-#endif /* NAT_LINUX_OSDATA_H */
+#endif /* GDB_NAT_LINUX_OSDATA_H */