X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/blobdiff_plain/9224720f63a3a3f810ce03dc4018e23a0c6d8492..4b53d23cef3d56dfa5c87bc290db159bec74baf9:/safely.lisp diff --git a/safely.lisp b/safely.lisp index 0674429..43ea4fe 100644 --- a/safely.lisp +++ b/safely.lisp @@ -114,6 +114,7 @@ (defun safely-open-output-stream (safe file &rest open-args) (progn (ffi:def-call-out %rename (:name "rename") (:language :stdc) + (:library "libc.so.6") (:arguments (from ffi:c-string) (to ffi:c-string)) (:return-type ffi:int)))