From 005d20f04dff3665c9533417bdad06d7d208bf9a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 4 Nov 2005 22:52:26 +0000 Subject: Sync up w/ glibc --- include/sys/epoll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/epoll.h') 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 -- cgit v1.2.3