X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/0dc8ae5e8e693737dfe65ba02d0c6eccb58a9c67..074afe60d4c8167dcfaee7aca1065c6360449eaa:/pc-bios/s390-ccw/libc.h diff --git a/pc-bios/s390-ccw/libc.h b/pc-bios/s390-ccw/libc.h index 63ece70c6b..818517ff5d 100644 --- a/pc-bios/s390-ccw/libc.h +++ b/pc-bios/s390-ccw/libc.h @@ -12,7 +12,7 @@ #ifndef S390_CCW_LIBC_H #define S390_CCW_LIBC_H -typedef long size_t; +typedef unsigned long size_t; typedef int bool; typedef unsigned char uint8_t; typedef unsigned short uint16_t;