summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/include/cygwin/signal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/signal.h b/winsup/cygwin/include/cygwin/signal.h
index e73874c62..af0833688 100644
--- a/winsup/cygwin/include/cygwin/signal.h
+++ b/winsup/cygwin/include/cygwin/signal.h
@@ -175,7 +175,10 @@ typedef struct sigevent
pthread_attr_t *sigev_notify_attributes; /* notification attributes */
} sigevent_t;
+#if __POSIX_VISIBLE >= 199309
+
#pragma pack(push,4)
+
struct _sigcommune
{
__uint32_t _si_code;
@@ -190,8 +193,6 @@ struct _sigcommune
};
};
-#if __POSIX_VISIBLE >= 199309
-
#define __SI_PAD_SIZE 32
#ifdef __INSIDE_CYGWIN__
# ifndef max
@@ -251,6 +252,7 @@ typedef struct
#endif /*__INSIDE_CYGWIN__*/
};
} siginfo_t;
+
#pragma pack(pop)
#endif /* __POSIX_VISIBLE >= 199309 */