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:
parent
bab917c9a3
commit
44b76a785c
9 changed files with 5 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue