1
Fork 0
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:
Andy Wingo 2012-02-23 14:20:48 +01:00
parent 2bf0e122f0
commit 508e4a55df

View file

@ -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.