X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/9224720f63a3a3f810ce03dc4018e23a0c6d8492..bd5bea43e6af1df10c8c31454639bf4a3a5f484a:/safely.lisp diff --git a/safely.lisp b/safely.lisp index 0674429..43ea4fe 100644 --- a/safely.lisp +++ b/safely.lisp @@ -114,6 +114,7 @@ (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)))