summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-10 10:44:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-10 16:06:11 +0900
commit2419b3dba6d86ea40a148f7547ff87b2074ca582 (patch)
tree4c8c68f9ce0fb7c4410da7c7a1ec4a4c73f23e16 /sample
parentf9c0fe77c0ef6c5da1d8454bf6be6841c984d606 (diff)
[ruby/io-console] Suppress an unused-variable warning
https://github.com/ruby/io-console/commit/ae5c72e481
Diffstat (limited to 'sample')
0 files changed, 0 insertions, 0 deletions
9thread_*.c: constifynobu 2014-02-27configure.in: define SET_THREAD_NAMEnobu 2014-02-13configure.in: use pthread_setname_np only if availablenobu 2014-01-28thread_pthread.c: use get_stacknobu 2014-01-28* thread_pthread.c: rlimit is only available on Linux.naruse 2014-01-28vm_core.h: rb_thread_struct::machinenobu 2014-01-27thread_pthread.c: cast to size_tnobu 2014-01-27thread_pthread.c: get current main thread stack sizenobu 2014-01-21thread_pthread.c: fix for dynamic PTHREAD_STACK_MINnobu 2014-01-21* thread_pthread.c (rb_thread_create_timer_thread): fix missing paren.nobu 2014-01-21thread_pthread.c: expand timer thread stack sizenobu 2014-01-21thread_pthread.c: timer thread stack sizenobu 2013-11-18thread_pthread.c: use get_main_stack properlynobu 2013-11-16* thread_pthread.c (rb_thread_create_timer_thread): Show errorakr