summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2005-03-30 18:32:19 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2005-03-30 18:32:19 +0000
commite45947bf0624e8db508bd635a88a8e2b3c31a556 (patch)
treebc5b4ba20fb87e7f3b3995149d255d61b3fc6132 /libguile/dynl.c
parent4ef9101c42da3f1e065b9a61362973da1f71e612 (diff)
downloadguile-e45947bf0624e8db508bd635a88a8e2b3c31a556.tar.gz
Critical section review
Diffstat (limited to 'libguile/dynl.c')
-rw-r--r--libguile/dynl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/dynl.c b/libguile/dynl.c
index c22c592c4..732622661 100644
--- a/libguile/dynl.c
+++ b/libguile/dynl.c
@@ -64,6 +64,7 @@ maybe_drag_in_eprintf ()
SCM_CRITICAL_SECTION_END were used: they are mentioned here in case
somebody is grepping for thread problems ;)
*/
+/* njrev: not threadsafe, protection needed as described above */
static void *
sysdep_dynl_link (const char *fname, const char *subr)