X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fdefpackage.lisp;h=ecd7f5971b2b6a87bf26a20873de7cfcf8d0f342;hb=a37b7e2a4c93398af954c3f03c5412ead1c1c828;hp=fa4926b23766a34bde935b6826a0fb8c1b0978a0;hpb=22de9286aa239843ab7bc2cb772009fba6bcd080;p=sbcl.git diff --git a/contrib/sb-posix/defpackage.lisp b/contrib/sb-posix/defpackage.lisp index fa4926b..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-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