1.0.0.16: fix SB-POSIX:READDIR to work when built with largefile
[sbcl.git] / contrib / sb-posix / constants.lisp
index cf5c767..7018fca 100644 (file)
 
  ;; opendir()
  (:structure dirent
-             ("struct dirent"
+             (#+(and linux largefile) "struct dirent64"
+              #-(and linux largefile) "struct dirent"
               (:c-string name "char *" "d_name"
                          :distrust-length #+sunos t #-sunos nil)) t)