diff options
author | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:20:48 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:20:48 +0100 |
commit | 508e4a55df353ec50f005307eb98557c7da79c82 (patch) | |
tree | a67b8ef2b2eed14c680c6751e7956e17e2a04d45 | |
parent | 2bf0e122f0e9937d1a267c2c4825efe357a72541 (diff) | |
download | guile-508e4a55df353ec50f005307eb98557c7da79c82.tar.gz |
remove atfork on revealed mutex in fports.c
* libguile/fports.c: Remove atfork call.
-rw-r--r-- | libguile/fports.c | 1 |
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. |