X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fdefpackage.lisp;h=3b9d6c21e0f7cb61c6185c30554a904296fb6c05;hb=c0578d9893429c9c0da80ea5920360e4621fddab;hp=6fc71caa1dbbb3f8e81d32c78bcb3278341bc062;hpb=3eb0a28fe6a7912d6ff2b97221325c0e3bfc5703;p=sbcl.git diff --git a/contrib/sb-posix/defpackage.lisp b/contrib/sb-posix/defpackage.lisp index 6fc71ca..3b9d6c2 100644 --- a/contrib/sb-posix/defpackage.lisp +++ b/contrib/sb-posix/defpackage.lisp @@ -1,5 +1,5 @@ (defpackage :sb-posix (:use #:sb-alien #:cl) - (:shadow close open ftruncate truncate) + (:shadow close open ftruncate truncate time) (:export #:syscall-error #:syscall-errno ;; grovel structure accessors @@ -10,10 +10,13 @@ #:passwd-name #:passwd-passwd #:passwd-uid #:passwd-gid #:passwd-gecos #:passwd-dir #:passwd-shell + #: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 #:termios-iflag #:termios-oflag #:termios-cflag - #:termios-lflag #:termios-cc)) + #:termios-lflag #:termios-cc #:timeval-sec #:timeval-usec + #:flock-type #:flock-whence #:flock-start #:flock-len + #:flock-pid)) #+win32 -(load-shared-object "msvcrt.dll") +(sb-alien:load-shared-object "msvcrt.dll")