]> Git Repo - qemu.git/blobdiff - pc-bios/s390-ccw/libc.h
pc-bios/s390-ccw: fix loadparm initialization and int conversion
[qemu.git] / pc-bios / s390-ccw / libc.h
index 63ece70c6b158671bd2093aa0d0a602456b8a87a..818517ff5d4471b5c5af60cd22df8da0123a70cf 100644 (file)
@@ -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;
This page took 0.024086 seconds and 4 git commands to generate.