(%thread-handler): Do not call unmask-signals, that should be
authorMarius Vollmer <mvo@zagadka.de>
Mon, 21 Oct 2002 12:03:30 +0000 (12:03 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 21 Oct 2002 12:03:30 +0000 (12:03 +0000)
unnecessary now.

ice-9/threads.scm

index 586bae3..42dc38d 100644 (file)
@@ -1,4 +1,4 @@
-;;;;   Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc.
+;;;;   Copyright (C) 1996, 1998, 2001, 2002 Free Software Foundation, Inc.
 ;;;;
 ;;;; This program is free software; you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -67,7 +67,6 @@
 
 (define (%thread-handler tag . args)
   (fluid-set! the-last-stack #f)
-  (unmask-signals)
   (let ((n (length args))
        (p (current-error-port)))
     (display "In thread:" p)