1.0.4.13: refactor trap handling
[sbcl.git] / contrib / sb-posix / constants.lisp
index f1d25ba..efecc18 100644 (file)
 
  ;; utime(), utimes()
  #-win32
- (:type suseconds-t "suseconds_t")
+ (:type suseconds-t ; OAOOM warning: similar kludge in tools-for-build
+        #-(and darwin ppc) "suseconds_t"
+        #+(and darwin ppc) "int")
 
  #-win32
  (:structure alien-utimbuf