diff options
Diffstat (limited to 'libguile/dynl.c')
-rw-r--r-- | libguile/dynl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/dynl.c b/libguile/dynl.c index ab0d011fe..c22c592c4 100644 --- a/libguile/dynl.c +++ b/libguile/dynl.c @@ -59,10 +59,10 @@ maybe_drag_in_eprintf () From the libtool manual: "Note that libltdl is not threadsafe, i.e. a multithreaded application has to use a mutex for libltdl.". - Guile does not currently support pre-emptive threads, so there is - no mutex. Previously SCM_DEFER_INTS and SCM_ALLOW_INTS were used: - they are mentioned here in case somebody is grepping for thread - problems ;) + Guile does not currently support pre-emptive threads, so there is no + mutex. Previously SCM_CRITICAL_SECTION_START and + SCM_CRITICAL_SECTION_END were used: they are mentioned here in case + somebody is grepping for thread problems ;) */ static void * |