Merge "epoll: Drop struct epoll_event definition"
This commit is contained in:
commit
31af073d20
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
#define EPOLL_PACKED
|
||||
#endif
|
||||
|
||||
#ifdef __KERNEL__
|
||||
struct epoll_event {
|
||||
__u32 events;
|
||||
__u64 data;
|
||||
|
@ -73,4 +74,5 @@ static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev)
|
|||
epev->events &= ~EPOLLWAKEUP;
|
||||
}
|
||||
#endif
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _UAPI_LINUX_EVENTPOLL_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue