* error.c (scm_strerror): Use scm_i_misc_mutex around strerror since
authorKevin Ryde <user42@zip.com.au>
Sat, 31 Jul 2004 01:12:24 +0000 (01:12 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 31 Jul 2004 01:12:24 +0000 (01:12 +0000)
commitfd08c23657f0e660ee29ca4ff625e1536b2e24f9
tree6249086c261ba92ed44a12717341efb77e6d841a
parent4af3c6f17ca4c94ac6709aa105bf35a56728485e
* error.c (scm_strerror): Use scm_i_misc_mutex around strerror since
it's not thread safe.
(scm_syserror): Use scm_strerror rather than SCM_I_STRERROR, to take
advantage of this.
* fports.c (scm_open_file): Use scm_strerror likewise.
libguile/fports.c