Add line breaks to make it clearer that the struct packing applies to more
than one struct.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
pthread_attr_t *sigev_notify_attributes; /* notification attributes */
} sigevent_t;
+#if __POSIX_VISIBLE >= 199309
+
#pragma pack(push,4)
+
struct _sigcommune
{
__uint32_t _si_code;
};
};
-#if __POSIX_VISIBLE >= 199309
-
#define __SI_PAD_SIZE 32
#ifdef __INSIDE_CYGWIN__
# ifndef max
#endif /*__INSIDE_CYGWIN__*/
};
} siginfo_t;
+
#pragma pack(pop)
#endif /* __POSIX_VISIBLE >= 199309 */