]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/arm/target_arch_sigtramp.h
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into...
[mirror_qemu.git] / bsd-user / arm / target_arch_sigtramp.h
index 5d434a9e7e8069f70523258d88a17729ae58763e..06198045edf51b14f134ba0631b36c46ae7f164f 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
 
 /* Compare to arm/arm/locore.S ENTRY_NP(sigcode) */
 static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
@@ -46,4 +46,4 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
 
     return memcpy_to_target(offset, sigtramp_code, TARGET_SZSIGCODE);
 }
-#endif /* _TARGET_ARCH_SIGTRAMP_H_ */
+#endif /* TARGET_ARCH_SIGTRAMP_H */