1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 20:05:32 +02:00

Revert "install pthread_atfork handlers for guile's static mutexen"

This reverts commit 6a97b1f93a.
This commit is contained in:
Andy Wingo 2012-02-23 14:18:56 +01:00
parent bab917c9a3
commit 44b76a785c
9 changed files with 5 additions and 16 deletions

View file

@ -226,7 +226,6 @@ narrow_stringbuf (SCM buf)
}
scm_i_pthread_mutex_t stringbuf_write_mutex = SCM_I_PTHREAD_MUTEX_INITIALIZER;
SCM_PTHREAD_ATFORK_LOCK_STATIC_MUTEX (stringbuf_write_mutex);
/* Copy-on-write strings.