summaryrefslogtreecommitdiff
path: root/defs
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 /defs
parent78af05ba0f29d1fc290dc24a6a5fb645386e7d62 (diff)
downloadruby-7400628cb054a9a9651d69411a100fc9d518099f.tar.gz
[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.
Diffstat (limited to 'defs')
0 files changed, 0 insertions, 0 deletions