]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/freebsd/target_os_thread.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / bsd-user / freebsd / target_os_thread.h
index 77433acdff8d906e221cb6f64752900b0c88f032..1b32cebd26eeec9f8d2c30dd043c716326b84e2e 100644 (file)
@@ -17,9 +17,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _TARGET_OS_THREAD_H_
-#define _TARGET_OS_THREAD_H_
+#ifndef TARGET_OS_THREAD_H
+#define TARGET_OS_THREAD_H
 
 #include "target_arch_thread.h"
 
-#endif /* !_TARGET_OS_THREAD_H_ */
+#endif /* TARGET_OS_THREAD_H */