mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a8cd70fc4e
commit
dfe5fff3ea
10 changed files with 28 additions and 23 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
// uint_fast8_t and uint_fast16_t not in <sys/int_types.h>
|
||||
// XXX: move that elsewhere
|
||||
#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10
|
||||
#if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10
|
||||
typedef unsigned char uint_fast8_t;
|
||||
typedef unsigned int uint_fast16_t;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue