haiku/headers/compatibility
Augustin Cavalier 0afb8a1b49 Move fts.h and functions from libroot to libbsd.
These are BSD extensions, not POSIX functions. They were needed
in libroot by the previous versions of the ftw/nftw implementations,
but the musl versions do not need them, and so we can move them to
libbsd.

This is a minor ABI break, but hopefully whatever was using them
in libroot also links to libbsd. If not, that's an easy enough fix.
(These were only added to libroot in 2013.)
2022-06-09 16:30:40 -04:00
..
bsd Move fts.h and functions from libroot to libbsd. 2022-06-09 16:30:40 -04:00
gnu GNU Compatibility: Implement qsort_r 2020-09-18 06:25:20 +00:00