]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/nat/amd64-linux-siginfo.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / nat / amd64-linux-siginfo.h
index 9aa6ae99928a9a833cafbe9e3adc8cd036b0a17a..50d7fdc884f7cad17a4b29e46f5d7d7489bb4369 100644 (file)
@@ -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 AMD64_LINUX_SIGINFO_H
-#define AMD64_LINUX_SIGINFO_H 1
+#ifndef NAT_AMD64_LINUX_SIGINFO_H
+#define NAT_AMD64_LINUX_SIGINFO_H
 
 #include <signal.h>  /* For siginfo_t.  */
 
@@ -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
+#endif /* NAT_AMD64_LINUX_SIGINFO_H */