summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorXin Li <delphij@users.noreply.github.com>2022-09-08 01:37:37 -0700
committerGitHub <noreply@github.com>2022-09-08 17:37:37 +0900
commit7400628cb054a9a9651d69411a100fc9d518099f (patch)
tree1159ff190781225aa33150fd774df4e26d3f6c9c /spec/ruby
parent78af05ba0f29d1fc290dc24a6a5fb645386e7d62 (diff)
[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.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6332 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions