Avoid loading libfixposix twice.8/head
commit519729b42d33ea3ba896a0fe88e91964837bdfd3
authorStas Boukarev <stassats@gmail.com>
Tue, 15 Oct 2013 10:39:30 +0000 (15 14:39 +0400)
committerStas Boukarev <stassats@gmail.com>
Tue, 15 Oct 2013 10:39:30 +0000 (15 14:39 +0400)
tree84c9239e6acb30ba8a7067c2e1b6d8eca0064271
parent86db40320e767af50c84b9d82e4ae0481c8086c3
Avoid loading libfixposix twice.
If a library is already loaded CFFI tries to unload it, which is not
implemented on ECL, causing errors during compilation.
src/syscalls/ffi-functions-unix.lisp