Fix make-array transforms.
[sbcl.git] / contrib / sb-posix / defpackage.lisp
index fa4926b..ecd7f59 100644 (file)
@@ -1,6 +1,6 @@
 (defpackage :sb-posix (:use #:sb-alien #:cl)
-  (:shadow close open ftruncate truncate time)
-  (:export #:syscall-error #:syscall-errno
+  (:shadow abort close open ftruncate truncate time read write)
+  (:export #:syscall-error #:syscall-errno #:syscall-name
 
            ;; types and type conversion
            #:file-descriptor-designator
@@ -9,7 +9,7 @@
            #:filename
 
            ;; grovel structure accessors
-           #:dirent-name #:dirent-ino
+           #:dirent-name #-win32 #:dirent-ino
 
            ;; wrapper class accessors
            #:passwd-name #:passwd-passwd #:passwd-uid #:passwd-gid
@@ -17,6 +17,7 @@
            #:group-name #:group-gid #:group-passwd
            #:stat-mode #:stat-ino #:stat-dev #:stat-nlink #:stat-uid
            #:stat-gid #:stat-size #:stat-atime #:stat-mtime #:stat-ctime
+           #:stat-rdev
            #:termios-iflag #:termios-oflag #:termios-cflag
            #:termios-lflag #:termios-cc #:timeval-sec #:timeval-usec
            #:flock-type #:flock-whence #:flock-start #:flock-len