Remove use of `scm_i_thread_put_to_sleep ()' in the string code.
authorLudovic Courtès <ludo@gnu.org>
Wed, 17 Sep 2008 18:41:41 +0000 (20:41 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 17 Sep 2008 18:41:41 +0000 (20:41 +0200)
commit902578f15aaef0ae1eefdde4c822d163fffb58f0
tree14775d2837a75701ca575abdef5a2513aced2eaf
parent8b039053b8899c6951e064128292b8086827251a
Remove use of `scm_i_thread_put_to_sleep ()' in the string code.

* libguile/strings.c (scm_i_string_writable_chars): Remove use of
  `scm_i_thread_put_to_sleep ()'.  This leaves a race condition,
  which is hopefully not harmful.
libguile/strings.c