History log of /haiku/src/system/libroot/posix/musl/dirent/scandir.c
Revision Date Author Comments
# 1b72036b 27-Sep-2022 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Replace scandir, alphasort implementations with musl's.

Notably alphasort actually uses strcoll not strcmp, so this does
affect behavior. scandir should be the same.