diff options
Diffstat (limited to 'gdb/nat/x86-linux.h')
-rw-r--r-- | gdb/nat/x86-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/x86-linux.h b/gdb/nat/x86-linux.h index 15153ea..7c0ac77 100644 --- a/gdb/nat/x86-linux.h +++ b/gdb/nat/x86-linux.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 NAT_X86_LINUX_H -#define NAT_X86_LINUX_H +#ifndef GDB_NAT_X86_LINUX_H +#define GDB_NAT_X86_LINUX_H #include "nat/linux-nat.h" @@ -75,4 +75,4 @@ private: extern x86_linux_arch_size x86_linux_ptrace_get_arch_size (int tid); -#endif /* NAT_X86_LINUX_H */ +#endif /* GDB_NAT_X86_LINUX_H */ |