diff options
Diffstat (limited to 'gdb/nat/loongarch-linux.h')
-rw-r--r-- | gdb/nat/loongarch-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/loongarch-linux.h b/gdb/nat/loongarch-linux.h index f4bb75a..0505bf3 100644 --- a/gdb/nat/loongarch-linux.h +++ b/gdb/nat/loongarch-linux.h @@ -18,8 +18,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 NAT_LOONGARCH_LINUX_H -#define NAT_LOONGARCH_LINUX_H +#ifndef GDB_NAT_LOONGARCH_LINUX_H +#define GDB_NAT_LOONGARCH_LINUX_H #include <signal.h> @@ -39,4 +39,4 @@ void loongarch_linux_new_thread (struct lwp_info *lwp); void loongarch_linux_delete_thread (struct arch_lwp_info *arch_lwp); -#endif /* LOONGARCH_LINUX_H */ +#endif /* GDB_NAT_LOONGARCH_LINUX_H */ |