diff options
author | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:52 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:52 +0100 |
commit | bab917c9a37d8f69ccd9af1d5c37a53637fd0fdf (patch) | |
tree | 5d1575c074b5fb047bafc822b3593b6ece1da95d /libguile/strings.h | |
parent | 9d15db65ffd49fd8fda77dcb6b70c3c930ae5153 (diff) | |
download | guile-bab917c9a37d8f69ccd9af1d5c37a53637fd0fdf.tar.gz |
Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues"
This reverts commit 8dfb7bbfd908ca883d0fdd0d868e13e6b20803ae.
Diffstat (limited to 'libguile/strings.h')
-rw-r--r-- | libguile/strings.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/strings.h b/libguile/strings.h index b88e97c47..04a976211 100644 --- a/libguile/strings.h +++ b/libguile/strings.h @@ -3,7 +3,7 @@ #ifndef SCM_STRINGS_H #define SCM_STRINGS_H -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2004, 2005, 2006, 2008, 2009, 2010, 2011 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 License @@ -220,9 +220,6 @@ SCM_INTERNAL void scm_decoding_error (const char *subr, int err, /* internal utility functions. */ -SCM_INTERNAL void scm_i_lock_iconv (void); -SCM_INTERNAL void scm_i_unlock_iconv (void); - SCM_INTERNAL char **scm_i_allocate_string_pointers (SCM list); SCM_INTERNAL void scm_i_get_substring_spec (size_t len, SCM start, size_t *cstart, |