diff options
author | Xin Li <delphij@users.noreply.github.com> | 2022-09-08 01:37:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 17:37:37 +0900 |
commit | 7400628cb054a9a9651d69411a100fc9d518099f (patch) | |
tree | 1159ff190781225aa33150fd774df4e26d3f6c9c /internal.h | |
parent | 78af05ba0f29d1fc290dc24a6a5fb645386e7d62 (diff) | |
download | ruby-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 'internal.h')
0 files changed, 0 insertions, 0 deletions