diff options
Diffstat (limited to 'gdb/nat/amd64-linux-siginfo.h')
-rw-r--r-- | gdb/nat/amd64-linux-siginfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/amd64-linux-siginfo.h b/gdb/nat/amd64-linux-siginfo.h index b8fd8c0..1e102ae 100644 --- a/gdb/nat/amd64-linux-siginfo.h +++ b/gdb/nat/amd64-linux-siginfo.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_AMD64_LINUX_SIGINFO_H -#define NAT_AMD64_LINUX_SIGINFO_H +#ifndef GDB_NAT_AMD64_LINUX_SIGINFO_H +#define GDB_NAT_AMD64_LINUX_SIGINFO_H #include <signal.h> @@ -55,4 +55,4 @@ int amd64_linux_siginfo_fixup_common (siginfo_t *native, gdb_byte *inf, int direction, enum amd64_siginfo_fixup_mode mode); -#endif /* NAT_AMD64_LINUX_SIGINFO_H */ +#endif /* GDB_NAT_AMD64_LINUX_SIGINFO_H */ |