micheleselea 5fe775dfc3 SQlite 3.19.3 and Socket::select fix (#1825)
* SQlite 3.19.3

changelog
http://www.sqlite.org/releaselog/3_19_3.html

* epoll_event memset fix

with -std=c++14 the sizeof(eventsIn) give as result the number of array elements not the bytes number, so the memset is wrong

* fix for older gcc

on older version of gcc struct epoll_event eventsOut[epollSize] = { 0 }; does not compile
2017-07-25 14:20:19 +02:00
..
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2014-11-11 12:19:14 +01:00
2012-04-29 18:52:25 +00:00
2012-11-11 09:57:01 +01:00
2012-04-23 01:14:34 +00:00
2014-11-11 12:19:14 +01:00
2012-04-23 01:14:34 +00:00
2012-04-29 18:52:25 +00:00
2012-04-23 01:14:34 +00:00