commit | 50fe4df8ee6aba63ae51457bad40ba26e3c9746f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 19 16:25:01 2016 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 19 16:27:22 2016 +0000 |
tree | 2b6595864bc5470995738221e1ef96c65aa65cf6 | |
parent | 0c48262d4772d40677364199372fb6ffcf487558 [diff] |
osdep.h: Remove int_fast*_t Solaris compatibility code We now do not use the int_fast*_t types anywhere in QEMU, so we can remove the compatibility definitions we were providing for the benefit of ancient Solaris versions. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Message-id: 1453807806-32698-5-git-send-email-peter.maydell@linaro.org