diff options
Diffstat (limited to 'gdb/riscv-linux-tdep.h')
-rw-r--r-- | gdb/riscv-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/riscv-linux-tdep.h b/gdb/riscv-linux-tdep.h index 0f481b1..9dd9e37 100644 --- a/gdb/riscv-linux-tdep.h +++ b/gdb/riscv-linux-tdep.h @@ -15,8 +15,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 RISCV_LINUX_TDEP_H -#define RISCV_LINUX_TDEP_H +#ifndef GDB_RISCV_LINUX_TDEP_H +#define GDB_RISCV_LINUX_TDEP_H #include "linux-record.h" @@ -26,4 +26,4 @@ extern enum gdb_syscall riscv64_canonicalize_syscall (int syscall); -#endif /* RISCV_LINUX_TDEP_H */ +#endif /* GDB_RISCV_LINUX_TDEP_H */ |