0.8.13.76: Doc'a'tweak
[sbcl.git] / contrib / sb-posix / defpackage.lisp
index 751c3c0..335b095 100644 (file)
@@ -1,4 +1,15 @@
-(defpackage :sb-posix (:use )
-  (:export #:syscall-error))
+(defpackage :sb-posix (:use)
+  (:export #:syscall-error #:syscall-errno
+
+          ;; grovel structure accessors
+          
+          #:dirent-name
+
+          ;; wrapper class accessors
+          
+          #:stat-mode #:stat-ino #:stat-dev #:stat-nlink #:stat-uid
+          #:stat-gid #:stat-size #:stat-atime #:stat-mtime #:stat-ctime
+          #:termios-iflag #:termios-oflag #:termios-cflag
+          #:termios-lflag #:termios-cc))
 
 (defpackage :sb-posix-internal (:use #:sb-alien #:cl))