aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/linux-procfs.h')
-rw-r--r--gdb/nat/linux-procfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-procfs.h b/gdb/nat/linux-procfs.h
index ecae5aa..1bc6621 100644
--- a/gdb/nat/linux-procfs.h
+++ b/gdb/nat/linux-procfs.h
@@ -16,8 +16,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 COMMON_LINUX_PROCFS_H
-#define COMMON_LINUX_PROCFS_H
+#ifndef NAT_LINUX_PROCFS_H
+#define NAT_LINUX_PROCFS_H
#include <unistd.h>
@@ -85,4 +85,4 @@ extern char *linux_proc_pid_to_exec_file (int pid);
extern void linux_proc_init_warnings ();
-#endif /* COMMON_LINUX_PROCFS_H */
+#endif /* NAT_LINUX_PROCFS_H */