We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a86389 commit 989284dCopy full SHA for 989284d
darling/src/libsystem_kernel/emulation/linux/ext/sys/epoll.h
@@ -30,6 +30,8 @@ enum EPOLL_EVENTS
30
31
#if defined(__x86_64__) || defined(__i386__)
32
#define __EPOLL_PACKED __attribute__ ((__packed__))
33
+#elif defined(__arm64__)
34
+#define __EPOLL_PACKED
35
#else
36
#error "Missing __EPOLL_PACKED definition for arch"
37
#endif
0 commit comments