summaryrefslogtreecommitdiff
path: root/src/upoll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/upoll.hpp')
-rw-r--r--src/upoll.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upoll.hpp b/src/upoll.hpp
index 9e6b5be..d63df5e 100644
--- a/src/upoll.hpp
+++ b/src/upoll.hpp
@@ -26,7 +26,7 @@
namespace xs
{
// Underlying function for xs_poll.
- int upoll (xs_pollitem_t *items_, int nitems_, long timeout_);
+ int upoll (xs_pollitem_t *items_, int nitems_, int timeout_);
}
#endif