diff options
author | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:56 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:56 +0100 |
commit | 44b76a785ce075df07e6af1c2bf7d5ad3f4e3d4f (patch) | |
tree | c7c17dcb8bb3bfb823ab55c8cf8a08f8e0635992 /libguile/async.c | |
parent | bab917c9a37d8f69ccd9af1d5c37a53637fd0fdf (diff) | |
download | guile-44b76a785ce075df07e6af1c2bf7d5ad3f4e3d4f.tar.gz |
Revert "install pthread_atfork handlers for guile's static mutexen"
This reverts commit 6a97b1f93aace5c7c976aef51d36b3ae9cfd5630.
Diffstat (limited to 'libguile/async.c')
-rw-r--r-- | libguile/async.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/async.c b/libguile/async.c index e8739979c..80f561d10 100644 --- a/libguile/async.c +++ b/libguile/async.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2006, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -133,7 +133,6 @@ SCM_DEFINE (scm_run_asyncs, "run-asyncs", 1, 0, 0, static scm_i_pthread_mutex_t async_mutex = SCM_I_PTHREAD_MUTEX_INITIALIZER; -SCM_PTHREAD_ATFORK_LOCK_STATIC_MUTEX (async_mutex); /* System asyncs. */ |