diff options
Diffstat (limited to 'gdb/sol2-tdep.h')
-rw-r--r-- | gdb/sol2-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index a189666..8e505d3 100644 --- a/gdb/sol2-tdep.h +++ b/gdb/sol2-tdep.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 SOL2_TDEP_H -#define SOL2_TDEP_H 1 +#ifndef GDB_SOL2_TDEP_H +#define GDB_SOL2_TDEP_H struct gdbarch; @@ -26,4 +26,4 @@ int sol2_sigtramp_p (const frame_info_ptr &this_frame); void sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch); -#endif /* sol2-tdep.h */ +#endif /* GDB_SOL2_TDEP_H */ |