blob: 6389ad3eed03478f8cefab108f9193121d92eb80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/epoll.cpp 2011-12-26 12:09:11.000000000 -0500
+++ src/epoll.cpp 2012-01-27 11:56:49.000000000 -0500
@@ -108,5 +108,9 @@
}
-int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int* events)
+int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int*
+#ifdef LINUX
+events /* XXX Only on Linux are we using this parameter currently */
+#endif
+)
{
CGuard pg(m_EPollLock);
|