mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
remove atfork on revealed mutex in fports.c
* libguile/fports.c: Remove atfork call.
This commit is contained in:
parent
2bf0e122f0
commit
508e4a55df
1 changed files with 0 additions and 1 deletions
|
@ -642,7 +642,6 @@ fport_input_waiting (SCM port)
|
||||||
|
|
||||||
static SCM revealed_ports = SCM_EOL;
|
static SCM revealed_ports = SCM_EOL;
|
||||||
static scm_i_pthread_mutex_t revealed_lock = SCM_I_PTHREAD_MUTEX_INITIALIZER;
|
static scm_i_pthread_mutex_t revealed_lock = SCM_I_PTHREAD_MUTEX_INITIALIZER;
|
||||||
SCM_PTHREAD_ATFORK_LOCK_STATIC_MUTEX (revealed_lock);
|
|
||||||
|
|
||||||
/* Find a port in the table and return its revealed count.
|
/* Find a port in the table and return its revealed count.
|
||||||
Also used by the garbage collector.
|
Also used by the garbage collector.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue