aboutsummaryrefslogtreecommitdiff
path: root/gdb/osabi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/osabi.h')
-rw-r--r--gdb/osabi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/osabi.h b/gdb/osabi.h
index 2d828d5..982c7a7 100644
--- a/gdb/osabi.h
+++ b/gdb/osabi.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 OSABI_H
-#define OSABI_H
+#ifndef GDB_OSABI_H
+#define GDB_OSABI_H
#include "gdbsupport/osabi.h"
@@ -56,4 +56,4 @@ void generic_elf_osabi_sniff_abi_tag_sections (bfd *, asection *,
which calls set_tdesc_osabi and an 'enum gdb_osabi' value is needed. */
const char *gdbarch_osabi_enum_name (enum gdb_osabi osabi);
-#endif /* OSABI_H */
+#endif /* GDB_OSABI_H */