mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Normalize header guard symbol definition.
We commonly define the header guard symbol without an explicit value. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-8-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
a8b991b52d
commit
177d9e0da0
12 changed files with 15 additions and 12 deletions
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#ifndef QEMU_STATS64_H
|
||||
#define QEMU_STATS64_H 1
|
||||
#define QEMU_STATS64_H
|
||||
|
||||
#include "qemu/atomic.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#ifndef QEMU_SYS_MEMBARRIER_H
|
||||
#define QEMU_SYS_MEMBARRIER_H 1
|
||||
#define QEMU_SYS_MEMBARRIER_H
|
||||
|
||||
#ifdef CONFIG_MEMBARRIER
|
||||
/* Only block reordering at the compiler level in the performance-critical
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#ifndef QEMU_SYSTEMD_H
|
||||
#define QEMU_SYSTEMD_H 1
|
||||
#define QEMU_SYSTEMD_H
|
||||
|
||||
#define FIRST_SOCKET_ACTIVATION_FD 3 /* defined by systemd ABI */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue