X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fmacros.lisp;h=2e15e10ef208f1fafcdda249ee753fd3d2800e67;hb=45043cae0617dd0f8071e97cd9ee2d6359a9f9e9;hp=018ff62de337c057e5834bb152f9204001b40b29;hpb=a7c186163e12d2c6348f8c579f74ca43872d10a9;p=sbcl.git diff --git a/contrib/sb-posix/macros.lisp b/contrib/sb-posix/macros.lisp index 018ff62..2e15e10 100644 --- a/contrib/sb-posix/macros.lisp +++ b/contrib/sb-posix/macros.lisp @@ -2,7 +2,8 @@ (define-designator filename c-string (pathname - (sb-ext:native-namestring (translate-logical-pathname filename))) + (sb-ext:native-namestring (translate-logical-pathname filename) + :as-file t)) (string filename)) (define-designator file-descriptor (integer 32)