1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Critical section review

This commit is contained in:
Neil Jerram 2005-03-30 18:32:19 +00:00
parent 4ef9101c42
commit e45947bf06

View file

@ -64,6 +64,7 @@ maybe_drag_in_eprintf ()
SCM_CRITICAL_SECTION_END were used: they are mentioned here in case SCM_CRITICAL_SECTION_END were used: they are mentioned here in case
somebody is grepping for thread problems ;) somebody is grepping for thread problems ;)
*/ */
/* njrev: not threadsafe, protection needed as described above */
static void * static void *
sysdep_dynl_link (const char *fname, const char *subr) sysdep_dynl_link (const char *fname, const char *subr)