X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fdefpackage.lisp;h=ecd7f5971b2b6a87bf26a20873de7cfcf8d0f342;hb=4ba392170e98744f0ef0b8e08a5d42b988f1d0c9;hp=429df93a4ddf75919e8c385ca4cd23fc16643915;hpb=139f0ec74424e0ab3e6c5bc7268652d96fb7ff1a;p=sbcl.git diff --git a/contrib/sb-posix/defpackage.lisp b/contrib/sb-posix/defpackage.lisp index 429df93..ecd7f59 100644 --- a/contrib/sb-posix/defpackage.lisp +++ b/contrib/sb-posix/defpackage.lisp @@ -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-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