Searched hist:"0 afb8a1b494ba36c5effd3430240b8e9439076c7" (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/compatibility/bsd/ |
H A D | fts.h | 0afb8a1b494ba36c5effd3430240b8e9439076c7 Thu Jun 09 20:30:40 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> 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.)
|
/haiku/src/libs/bsd/ |
H A D | fts.c | 0afb8a1b494ba36c5effd3430240b8e9439076c7 Thu Jun 09 20:30:40 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> 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.)
|
H A D | Jamfile | 0afb8a1b494ba36c5effd3430240b8e9439076c7 Thu Jun 09 20:30:40 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> 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.)
|
/haiku/src/system/libroot/posix/ |
H A D | Jamfile | 0afb8a1b494ba36c5effd3430240b8e9439076c7 Thu Jun 09 20:30:40 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> 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.)
|