]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/netbsd/target_os_thread.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / bsd-user / netbsd / target_os_thread.h
index 904dd1bf782b6fdb15ec1f8cabafa692e7d74380..8ccfa16e4bed7ef5985bbe53ff8ea1f025781b6b 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 */