View | Details | Raw Unified | Return to bug 184425 | Differences between
and this patch

Collapse All | Expand All

(-)contrib/sb-concurrency/tests/test-mailbox.lisp (-1 / +1 lines)
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.

Return to bug 184425