]> gitweb.factorcode.org Git - factor.git/blob - basis/unix/linux/linux.factor
functors: inline the parts of interpolate this needs
[factor.git] / basis / unix / linux / linux.factor
1 ! Copyright (C) 2005, 2008 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: system unix unix.ffi unix.ffi.linux ;
4 IN: unix.linux
5
6 M: linux open-file [ open64 ] unix-system-call ;