0.7.1.1:
[sbcl.git] / src / code / toplevel.lisp
index a53794b..381a2b2 100644 (file)
           (abort
            "Reduce debugger level (leaving debugger, returning to toplevel).")
         (catch 'toplevel-catcher
-          (sb!unix:unix-sigsetmask 0)  ; FIXME: What is this for?
+          #!-sunos (sb!unix:unix-sigsetmask 0) ; FIXME: What is this for?
           (repl noprint)
           (critically-unreachable "after REPL")))))))