summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-18 14:24:07 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commitf83b14af247c56083fa19f2f0ca47ba4088b324f (patch)
tree8a14c57d3e3da3112ff1e9bfe627aa8c2857a944 /thread_pthread.c
parent03fd22a170977f23b6c75981c41b3b90b4704975 (diff)
downloadruby-f83b14af247c56083fa19f2f0ca47ba4088b324f.tar.gz
include/ruby/internal/interpreter.h: add doxygen
Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 15a5ff826b..102b15d156 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -908,10 +908,6 @@ reserve_stack(volatile char *limit, size_t size)
#endif
#undef ruby_init_stack
-/* Set stack bottom of Ruby implementation.
- *
- * You must call this function before any heap allocation by Ruby implementation.
- * Or GC will break living objects */
void
ruby_init_stack(volatile VALUE *addr)
{