aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r--gdb/gnu-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index 34558c2..9df479c 100644
--- a/gdb/gnu-nat.h
+++ b/gdb/gnu-nat.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 __GNU_NAT_H__
-#define __GNU_NAT_H__
+#ifndef GNU_NAT_H
+#define GNU_NAT_H
#include <unistd.h>
#include <mach.h>
@@ -135,4 +135,4 @@ struct gnu_nat_target : public inf_child_target
void stop (ptid_t) override;
};
-#endif /* __GNU_NAT_H__ */
+#endif /* GNU_NAT_H */