dont use structs
parent
1d5b86f23c
commit
ff64bafae2
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types kernel io.ports io.unix.backend
|
USING: alien.c-types kernel io.ports io.unix.backend
|
||||||
bit-arrays sequences assocs unix unix.linux.epoll math
|
bit-arrays sequences assocs unix unix.linux.epoll math
|
||||||
namespaces structs ;
|
namespaces unix.time ;
|
||||||
IN: io.unix.epoll
|
IN: io.unix.epoll
|
||||||
|
|
||||||
TUPLE: epoll-mx < mx events ;
|
TUPLE: epoll-mx < mx events ;
|
||||||
|
|
Loading…
Reference in New Issue