diff options
author | root <root> | 2010-10-16 00:59:56 +0000 |
---|---|---|
committer | root <root> | 2010-10-16 00:59:56 +0000 |
commit | 18b4cf7f89ec3deaa0a9478044da05b082c7e6e1 (patch) | |
tree | 7fdb08319d5696c52a61b5457b3b49d45fb5c4b8 /ev_port.c | |
parent | b49fbc854eab1694efaaba3d3f971d61d695222f (diff) |
*** empty log message ***
Diffstat (limited to 'ev_port.c')
-rw-r--r-- | ev_port.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |