dont use structs

db4
Doug Coleman 2008-10-06 21:17:51 -05:00
parent 1d5b86f23c
commit ff64bafae2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types kernel io.ports io.unix.backend
bit-arrays sequences assocs unix unix.linux.epoll math
namespaces structs ;
namespaces unix.time ;
IN: io.unix.epoll
TUPLE: epoll-mx < mx events ;