summaryrefslogtreecommitdiff
path: root/libguile/discouraged.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/discouraged.h')
-rw-r--r--libguile/discouraged.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/discouraged.h b/libguile/discouraged.h
index b1fa79ecd..98435e52e 100644
--- a/libguile/discouraged.h
+++ b/libguile/discouraged.h
@@ -168,6 +168,13 @@ SCM_API SCM scm_keyword_dash_symbol (SCM keyword);
SCM_API SCM scm_c_make_keyword (const char *s);
+/* Discouraged because the 'internal' and 'thread' moniker is
+ confusing.
+ */
+
+#define scm_internal_select scm_std_select
+#define scm_thread_sleep scm_std_sleep
+#define scm_thread_usleep scm_std_usleep
void scm_i_init_discouraged (void);