diff options
Diffstat (limited to 'gdb/obsd-tdep.h')
-rw-r--r-- | gdb/obsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/obsd-tdep.h b/gdb/obsd-tdep.h index 85cea7b..c018513 100644 --- a/gdb/obsd-tdep.h +++ b/gdb/obsd-tdep.h @@ -17,12 +17,12 @@ 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 OBSD_TDEP_H -#define OBSD_TDEP_H 1 +#ifndef GDB_OBSD_TDEP_H +#define GDB_OBSD_TDEP_H struct gdbarch; CORE_ADDR obsd_skip_solib_resolver (struct gdbarch *, CORE_ADDR); void obsd_init_abi (struct gdbarch_info, struct gdbarch *); -#endif /* obsd-tdep.h */ +#endif /* GDB_OBSD_TDEP_H */ |