Revision dfe5fff3 target-mips/cpu.h

b/target-mips/cpu.h
14 14

  
15 15
// uint_fast8_t and uint_fast16_t not in <sys/int_types.h>
16 16
// XXX: move that elsewhere
17
#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10
17
#if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10
18 18
typedef unsigned char           uint_fast8_t;
19 19
typedef unsigned int            uint_fast16_t;
20 20
#endif

Also available in: Unified diff