diff options
Diffstat (limited to 'libguile/scmsigs.c')
-rw-r--r-- | libguile/scmsigs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/scmsigs.c b/libguile/scmsigs.c index c77fad0a9..ec1926eba 100644 --- a/libguile/scmsigs.c +++ b/libguile/scmsigs.c @@ -276,7 +276,7 @@ SCM_DEFINE (scm_sigaction_for_thread, "sigaction", 1, 3, 0, handler = close_1 (handler, signum); SCM_VECTOR_SET (*signal_handlers, csig, handler); SCM_VECTOR_SET (signal_handler_cells, csig, - scm_cons (handler, SCM_EOL)); + scm_cons (handler, SCM_BOOL_F)); SCM_VECTOR_SET (signal_handler_threads, csig, thread); } |