]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/x86_64/target_arch_sigtramp.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / bsd-user / x86_64 / target_arch_sigtramp.h
index 29d4a8b55f3f916234e46e933cb195c773e0fdfa..01da614098a8cfce1d2aa3730abc7bbe879a47ea 100644 (file)
@@ -17,8 +17,8 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _TARGET_ARCH_SIGTRAMP_H_
-#define _TARGET_ARCH_SIGTRAMP_H_
+#ifndef TARGET_ARCH_SIGTRAMP_H
+#define TARGET_ARCH_SIGTRAMP_H
 
 static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
         unsigned sys_sigreturn)
@@ -26,4 +26,4 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
 
     return 0;
 }
-#endif /* _TARGET_ARCH_SIGTRAMP_H_ */
+#endif /* TARGET_ARCH_SIGTRAMP_H */