diff options
Diffstat (limited to 'gdb/nat/ppc-linux.h')
-rw-r--r-- | gdb/nat/ppc-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h index 059b994..f1561b3 100644 --- a/gdb/nat/ppc-linux.h +++ b/gdb/nat/ppc-linux.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 PPC_LINUX_H -#define PPC_LINUX_H 1 +#ifndef NAT_PPC_LINUX_H +#define NAT_PPC_LINUX_H #include <asm/ptrace.h> #include <asm/cputable.h> @@ -165,4 +165,4 @@ /* Return the wordsize of the target, either 4 or 8 bytes. */ int ppc_linux_target_wordsize (int tid); -#endif +#endif /* NAT_PPC_LINUX_H */ |