summaryrefslogtreecommitdiff
path: root/ev_port.c
diff options
context:
space:
mode:
authorroot <root>2010-10-16 00:59:56 +0000
committerroot <root>2010-10-16 00:59:56 +0000
commit18b4cf7f89ec3deaa0a9478044da05b082c7e6e1 (patch)
tree7fdb08319d5696c52a61b5457b3b49d45fb5c4b8 /ev_port.c
parentb49fbc854eab1694efaaba3d3f971d61d695222f (diff)
*** empty log message ***
Diffstat (limited to 'ev_port.c')
-rw-r--r--ev_port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev_port.c b/ev_port.c
index a482ce6..801de15 100644
--- a/ev_port.c
+++ b/ev_port.c
@@ -1,7 +1,7 @@
/*
* libev solaris event port backend
*
- * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
@@ -111,7 +111,7 @@ port_poll (EV_P_ ev_tstamp timeout)
| (port_events [i].portev_events & (POLLIN | POLLERR | POLLHUP) ? EV_READ : 0)
);
- port_associate_and_check (EV_A_ fd, anfds [fd].events);
+ fd_change (EV_A_ fd, EV__IOFDSET);
}
}