summaryrefslogtreecommitdiff
path: root/libguile/pthread-threads.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2006-01-29 00:23:28 +0000
committerMarius Vollmer <mvo@zagadka.de>2006-01-29 00:23:28 +0000
commit661ae7ab6be5aec4d6107902cff94dbb8952a24a (patch)
treed3e367c7f0dfd442645c5c2e1c87f4f4a7fc54c5 /libguile/pthread-threads.h
parent15ccf10bf2d7cb15ec46f2eb62c6eb86827c9108 (diff)
downloadguile-661ae7ab6be5aec4d6107902cff94dbb8952a24a.tar.gz
Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts. Renamed all functions from scm_frame_ to scm_dynwind_. Updated documentation.
Diffstat (limited to 'libguile/pthread-threads.h')
-rw-r--r--libguile/pthread-threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/pthread-threads.h b/libguile/pthread-threads.h
index b6a820ada..cc4c6179f 100644
--- a/libguile/pthread-threads.h
+++ b/libguile/pthread-threads.h
@@ -79,7 +79,7 @@ extern pthread_mutexattr_t scm_i_pthread_mutexattr_recursive[1];
/* Convenience functions
*/
#define scm_i_scm_pthread_mutex_lock scm_pthread_mutex_lock
-#define scm_i_frame_pthread_mutex_lock scm_frame_pthread_mutex_lock
+#define scm_i_dynwind_pthread_mutex_lock scm_dynwind_pthread_mutex_lock
#define scm_i_scm_pthread_cond_wait scm_pthread_cond_wait
#define scm_i_scm_pthread_cond_timedwait scm_pthread_cond_timedwait