summaryrefslogtreecommitdiff
path: root/libguile/null-threads.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-02-23 14:18:57 +0100
committerAndy Wingo <wingo@pobox.com>2012-02-23 14:18:57 +0100
commit2bf0e122f0e9937d1a267c2c4825efe357a72541 (patch)
tree7a2fee9193543145df2600a421970250405f9be9 /libguile/null-threads.h
parent81b80b9610798ea910daad78cf525dec211639f9 (diff)
downloadguile-2bf0e122f0e9937d1a267c2c4825efe357a72541.tar.gz
Revert "add pthread_atfork helpers to our threading shims"
This reverts commit 2f745b64a1eb06e9e175a1b497d5270bebff9097.
Diffstat (limited to 'libguile/null-threads.h')
-rw-r--r--libguile/null-threads.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/null-threads.h b/libguile/null-threads.h
index 4779ee033..116b845a5 100644
--- a/libguile/null-threads.h
+++ b/libguile/null-threads.h
@@ -3,7 +3,7 @@
#ifndef SCM_NULL_THREADS_H
#define SCM_NULL_THREADS_H
-/* Copyright (C) 2005, 2006, 2010, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2010 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
@@ -102,9 +102,6 @@ SCM_API int scm_i_pthread_key_create (scm_i_pthread_key_t *key,
#define scm_i_scm_pthread_cond_wait scm_i_pthread_cond_wait
#define scm_i_scm_pthread_cond_timedwait scm_i_pthread_cond_timedwait
-#define SCM_DEFINE_ATFORK_HANDLERS_FOR_MUTEX(m,lock,unlock) /* noop */
-#define scm_i_pthread_atfork(pre,parent,child) do {} while (0)
-
#endif /* SCM_NULL_THREADS_H */