Whamcloud - gitweb
Use an autoconf test to detect for a BSD- or GNU-style qsort_r function
authorTheodore Ts'o <tytso@mit.edu>
Thu, 22 Sep 2022 00:52:54 +0000 (20:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 Sep 2022 00:10:19 +0000 (20:10 -0400)
commit4e5f24ae426732cf6e3b1d68fa43c058a8d35156
tree5b5f55e3c2b276b134beeaa78e8754c9715a0129
parent985b46c55070c62153587e5b18ecb5310706546c
Use an autoconf test to detect for a BSD- or GNU-style qsort_r function

BSD is planning on changing their qsort_r() implementation to align
with the POSIX/GNU-style qsort_r() function signature.  So use an
autoconf test to determine which qsort_r() a system has.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac
e2fsck/rehash.c
lib/config.h.in
lib/support/sort_r.h