diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-09-10 22:51:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-10 22:51:46 +0200 |
commit | e0513d4d77a7dbf42252a5dddfee62c46a700b9c (patch) | |
tree | 09066826f011a3f4fb6aec31e577773af1f85334 /libguile/scmsigs.h | |
parent | 6774820f1e83a388b3232cd61a66340886b395d8 (diff) | |
parent | 2e77f7202b11ad0003831fcff94ec7db80cca015 (diff) | |
download | guile-e0513d4d77a7dbf42252a5dddfee62c46a700b9c.tar.gz |
Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-weiser-gc
Conflicts:
libguile/threads.c
Diffstat (limited to 'libguile/scmsigs.h')
-rw-r--r-- | libguile/scmsigs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libguile/scmsigs.h b/libguile/scmsigs.h index 54742de14..2aced3a3c 100644 --- a/libguile/scmsigs.h +++ b/libguile/scmsigs.h @@ -3,7 +3,7 @@ #ifndef SCM_SCMSIGS_H #define SCM_SCMSIGS_H -/* Copyright (C) 1995,1996,1997,1998,2000, 2002, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000, 2002, 2006, 2007 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,6 +23,7 @@ #include "libguile/__scm.h" +#include "libguile/threads.h" @@ -41,6 +42,11 @@ SCM_API SCM scm_usleep (SCM i); SCM_API SCM scm_raise (SCM sig); SCM_API void scm_init_scmsigs (void); +SCM_API void scm_i_close_signal_pipe (void); +SCM_API void scm_i_ensure_signal_delivery_thread (void); + +SCM_API scm_i_thread *scm_i_signal_delivery_thread; + #endif /* SCM_SCMSIGS_H */ /* |