aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/sclp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios/s390-ccw/sclp.h')
-rw-r--r--pc-bios/s390-ccw/sclp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/s390-ccw/sclp.h b/pc-bios/s390-ccw/sclp.h
index 8450161ba7..64b53cad29 100644
--- a/pc-bios/s390-ccw/sclp.h
+++ b/pc-bios/s390-ccw/sclp.h
@@ -95,7 +95,7 @@ typedef struct EventBufferHeader {
typedef struct WriteEventData {
SCCBHeader h;
EventBufferHeader ebh;
- char data[0];
+ char data[];
} __attribute__((packed)) WriteEventData;
typedef struct ReadEventData {