Another round of refactoring, remove system libfixposix and use LFP in IOLIB.SYSCALLS
commit2786c67e616bf5b5f648da8c6f2bb4dc29325b83
authorStelian Ionescu <sionescu@cddr.org>
Mon, 20 Dec 2010 03:36:56 +0000 (20 04:36 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Mon, 20 Dec 2010 04:02:25 +0000 (20 05:02 +0100)
tree268b49accf00a0da31dcf01f6e6220f859d3260d
parent024681433e851e70ccbb8ad92e7284f8609984e4
Another round of refactoring, remove system libfixposix and use LFP in IOLIB.SYSCALLS
12 files changed:
src/iolib.syscalls.asd
src/libfixposix.asd [deleted file]
src/libfixposix/ffi-functions.lisp [deleted file]
src/libfixposix/ffi-types.lisp [deleted file]
src/libfixposix/pkgdcl.lisp [deleted file]
src/os/ffi-types-unix.lisp
src/streams/gray/fd-mixin.lisp
src/syscalls/constants.lisp [moved from src/libfixposix/constants.lisp with 95% similarity]
src/syscalls/ffi-functions-unix.lisp
src/syscalls/ffi-types-unix.lisp
src/syscalls/pkgdcl.lisp
tests/streams.lisp