X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsys%2Fepoll.h;h=1f0312e59ee217b55c954347ac46537974910d55;hp=5e131ab100bf232d8d0cef4c6e67b6d23f46fe2c;hb=ae0c1de530bc3b27069008b8b247171d08dbe80b;hpb=ada88f6178db186305d6c8f2fe1420d71490a798 diff --git a/include/sys/epoll.h b/include/sys/epoll.h index 5e131ab1..1f0312e5 100644 --- a/include/sys/epoll.h +++ b/include/sys/epoll.h @@ -46,7 +46,11 @@ typedef union epoll_data { struct epoll_event { uint32_t events; epoll_data_t data; -} __attribute__ ((__packed__)); +} +#ifdef __x86_64__ +__attribute__ ((__packed__)) +#endif +; int epoll_create(int);