Commit 7ef39293 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove linux specific poll flag.

parent 1bbcbb01
......@@ -479,7 +479,6 @@ void luaopen_net( lua_State *L )
ADD_CONSTANT( "POLLIN", POLLIN )
ADD_CONSTANT( "POLLPRI", POLLPRI )
ADD_CONSTANT( "POLLOUT", POLLOUT )
ADD_CONSTANT( "POLLRDHUP", POLLRDHUP )
ADD_CONSTANT( "POLLERR", POLLERR )
ADD_CONSTANT( "POLLHUP", POLLHUP )
ADD_CONSTANT( "POLLNVAL", POLLNVAL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment