Merge branch 'master' of git://factorcode.org/git/factor

db4
Joe Groff 2009-08-30 22:08:46 -05:00
commit 4a243d2c04
1 changed files with 1 additions and 1 deletions

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