mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 14:08:32 +00:00
Clean up ill-advised or unusual header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __QEMU_THREAD_POSIX_H
|
||||
#define __QEMU_THREAD_POSIX_H 1
|
||||
#ifndef QEMU_THREAD_POSIX_H
|
||||
#define QEMU_THREAD_POSIX_H
|
||||
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
|
||||
Reference in New Issue
Block a user