fix undefined behavior in memset due to missing sequence points
[musl] / arch / sh / bits / shm.h
index a210fd4..6cdac13 100644 (file)
@@ -1,7 +1,6 @@
 #define SHMLBA 16384
 
-struct shmid_ds
-{
+struct shmid_ds {
        struct ipc_perm shm_perm;
        size_t shm_segsz;
        time_t shm_atime;