summaryrefslogtreecommitdiff
path: root/include/ruby/debug.h
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-21 13:25:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-21 14:06:43 +0900
commit122b510b94f815473cc5cc1d47701a06a0bc44a0 (patch)
tree14b5d81a3fb37e40a8647762245fe70dd9b83cf5 /include/ruby/debug.h
parentcbc84b8060ca32a982d21e44b32c185da6d7d7a5 (diff)
merge revision(s) 7400628cb054a9a9651d69411a100fc9d518099f:
[Bug #18997] Don't define ruby_qsort when POSIX qsort_r is available The current code would define ruby_qsort as a wrapper of qsort_s when it is available. When both qsort_s and POSIX (GNU) qsort_r are available, we should call qsort_r directly instead, and the qsort_s wrapper is redundant. --- util.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Diffstat (limited to 'include/ruby/debug.h')
0 files changed, 0 insertions, 0 deletions