fix kqueue

db4
Doug Coleman 2009-08-30 21:57:33 -05:00
parent 5c10f390c7
commit d5a7dde7ee
1 changed files with 1 additions and 1 deletions
basis/io/backend/unix/multiplexers/kqueue

View File

@ -70,7 +70,7 @@ M: kqueue-mx remove-output-callbacks ( fd mx -- seq )
: handle-kevents ( mx n -- )
[ dup events>> ] dip head-slice
[ \ kevent memory>struct handle-kevent ] with each ;
[ handle-kevent ] with each ;
M: kqueue-mx wait-for-events ( us mx -- )
swap dup [ make-timespec ] when