Lines 62-68
Link Here
|
62 |
;;; The issues don't seem to have anything to do with mailboxes |
62 |
;;; The issues don't seem to have anything to do with mailboxes |
63 |
;;; per-se, but are rather related to our usage of signal-unsafe |
63 |
;;; per-se, but are rather related to our usage of signal-unsafe |
64 |
;;; pthread functions inside signal handlers. |
64 |
;;; pthread functions inside signal handlers. |
65 |
#+(and sb-thread (not sunos)) |
65 |
#+(and sb-thread (not (or sunos freebsd))) |
66 |
(progn |
66 |
(progn |
67 |
;; Dummy struct for ATOMIC-INCF to work. |
67 |
;; Dummy struct for ATOMIC-INCF to work. |