summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
Diffstat (limited to 'libguile')
-rw-r--r--libguile/fports.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/fports.c b/libguile/fports.c
index 9fcfbcb1f..2dc23758f 100644
--- a/libguile/fports.c
+++ b/libguile/fports.c
@@ -642,7 +642,6 @@ fport_input_waiting (SCM port)
static SCM revealed_ports = SCM_EOL;
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.
Also used by the garbage collector.