summaryrefslogtreecommitdiff
path: root/include/sys/epoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/epoll.h')
-rw-r--r--include/sys/epoll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/epoll.h b/include/sys/epoll.h
index cffddb58b..6c310bcff 100644
--- a/include/sys/epoll.h
+++ b/include/sys/epoll.h
@@ -70,7 +70,7 @@ struct epoll_event
{
uint32_t events; /* Epoll events */
epoll_data_t data; /* User data variable */
-} __attribute__ ((__packed__));
+};
__BEGIN_DECLS