1.0.48.2: ASDF 2.015
[sbcl.git] / contrib / sb-posix / defpackage.lisp
index 477a6bd..ecdd292 100644 (file)
@@ -1,5 +1,5 @@
 (defpackage :sb-posix (:use #:sb-alien #:cl)
-  (:shadow close open ftruncate truncate time)
+  (:shadow close open ftruncate truncate time read write)
   (:export #:syscall-error #:syscall-errno
 
            ;; types and type conversion
@@ -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