rename SB-SIMPLE-STREAMS utility function
[sbcl.git] / contrib / sb-simple-streams / iodefs.lisp
index 6925e3d..cb006ff 100644 (file)
@@ -14,7 +14,7 @@
 
 (in-package "SB-SIMPLE-STREAMS")
 
-(defun file-namestring (pathname)
+(defun %file-namestring (pathname)
   (sb-ext:native-namestring (sb-int:physicalize-pathname pathname) :as-file t))
 
 (defmacro def-stream-class (name superclasses slots &rest options)