|
@@ -276,7 +276,7 @@ struct my_epoll_event {
|
|
|
// padding is not specified in linux/eventpoll.h but added to conform to the
|
|
// padding is not specified in linux/eventpoll.h but added to conform to the
|
|
|
// alignment requirements of EABI
|
|
// alignment requirements of EABI
|
|
|
int32_t padFd;
|
|
int32_t padFd;
|
|
|
-#elif defined(__powerpc64__) || defined(__s390x__) || defined(__sparc__)
|
|
|
|
|
|
|
+#elif defined(__powerpc64__) || defined(__s390x__) || defined(__sparc__) || defined(__riscv)
|
|
|
int32_t _padFd;
|
|
int32_t _padFd;
|
|
|
#endif
|
|
#endif
|
|
|
int32_t fd;
|
|
int32_t fd;
|