changed lib/si/mux.c to define EPOLLRDHUP if it's not defined
This commit is contained in:
parent
d505fcfb4c
commit
0018f96622
@ -74,6 +74,9 @@
|
|||||||
# include <sys/epoll.h>
|
# include <sys/epoll.h>
|
||||||
# if defined(HAVE_EPOLL_CREATE)
|
# if defined(HAVE_EPOLL_CREATE)
|
||||||
# define USE_EPOLL
|
# define USE_EPOLL
|
||||||
|
# if !defined(EPOLLRDHUP)
|
||||||
|
# define EPOLLRDHUP (0x2000)
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
/*
|
/*
|
||||||
# elif defined(HAVE_POLL_H)
|
# elif defined(HAVE_POLL_H)
|
||||||
|
Loading…
Reference in New Issue
Block a user