mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Remove leading underscores from QEMU defines
Leading underscores followed by a capital letter or underscore are reserved by the C standard. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/369 Signed-off-by: Ahmed Abouzied <email@aabouzied.com> Message-Id: <20210605174938.13782-1-email@aabouzied.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e2abbeac7a
commit
e52ee00dab
10 changed files with 20 additions and 20 deletions
|
@ -10,8 +10,8 @@
|
|||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#ifndef _QOS_FUZZ_H_
|
||||
#define _QOS_FUZZ_H_
|
||||
#ifndef QOS_FUZZ_H
|
||||
#define QOS_FUZZ_H
|
||||
|
||||
#include "tests/qtest/fuzz/fuzz.h"
|
||||
#include "tests/qtest/libqos/qgraph.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue