Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faae478c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "epoll: Drop struct epoll_event definition" into LA.BR.1.2.9.1_1

parents c65f2760 24d79aee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,10 +56,12 @@
#define EPOLL_PACKED
#endif

#ifdef __KERNEL__
struct epoll_event {
	__u32 events;
	__u64 data;
} EPOLL_PACKED;


#endif /* __KERNEL__ */
#endif /* _UAPI_LINUX_EVENTPOLL_H */