Searched hist:"0 d29def7d21d6f926addd41d836f7726d747e0bf" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/musl/misc/ |
H A D | ffs.c | 0d29def7d21d6f926addd41d836f7726d747e0bf Thu Jun 09 22:29:33 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> kernel/lib: Adjustments to use musl's ffs implementation.
This actually has another advantage: if we can use musl sources in the kernel POSIX support, then we can drop some of the BSD sources that are used only in the kernel and have a different implementation in userland (e.g. strtod) and have just one version for both.
|
H A D | Jamfile | 0d29def7d21d6f926addd41d836f7726d747e0bf Thu Jun 09 22:29:33 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> kernel/lib: Adjustments to use musl's ffs implementation.
This actually has another advantage: if we can use musl sources in the kernel POSIX support, then we can drop some of the BSD sources that are used only in the kernel and have a different implementation in userland (e.g. strtod) and have just one version for both.
|
/haiku/src/system/kernel/lib/ |
H A D | Jamfile | 0d29def7d21d6f926addd41d836f7726d747e0bf Thu Jun 09 22:29:33 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> kernel/lib: Adjustments to use musl's ffs implementation.
This actually has another advantage: if we can use musl sources in the kernel POSIX support, then we can drop some of the BSD sources that are used only in the kernel and have a different implementation in userland (e.g. strtod) and have just one version for both.
|