2005-10-18 20:19:10 -04:00
|
|
|
USING: io kernel parser sequences ;
|
|
|
|
|
2006-07-05 18:47:42 -04:00
|
|
|
"/library/io/unix/types.factor" run-resource
|
|
|
|
"/library/io/unix/syscalls-" os ".factor" append3 run-resource
|
2005-10-18 20:19:10 -04:00
|
|
|
|
|
|
|
[
|
2006-07-05 18:11:06 -04:00
|
|
|
"/library/io/unix/syscalls.factor"
|
|
|
|
"/library/io/unix/io.factor"
|
|
|
|
"/library/io/unix/sockets.factor"
|
|
|
|
"/library/io/unix/files.factor"
|
2005-10-18 20:19:10 -04:00
|
|
|
] [
|
2005-12-11 14:27:36 -05:00
|
|
|
run-resource
|
2005-10-18 20:19:10 -04:00
|
|
|
] each
|