0.8.13.16:
[sbcl.git] / contrib / sb-posix / defpackage.lisp
index b7781de..335b095 100644 (file)
@@ -1,4 +1,15 @@
 (defpackage :sb-posix (:use)
-  (:export #:syscall-error))
+  (: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))