Re: [Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-28 Thread Rob Landley
On 10/23/19 2:54 AM, scsijon wrote: > enh, it's changed to uClib-ng. Found at: https://uclibc-ng.org/ and still > running good. Latest is 1.0.32 (Codename Reissdorf Kölsch) released > 15.10.2019. Last time I looked at that fork I wasn't impressed:

[Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-23 Thread scsijon
enh, it's changed to uClib-ng. Found at: https://uclibc-ng.org/ and still running good. Latest is 1.0.32 (Codename Reissdorf Kölsch) released 15.10.2019. regards ___ Toybox mailing list Toybox@lists.landley.net

[Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-22 Thread enh via Toybox
My understanding is that uClibc is dead, and the probe for fallocate would need to be made more complicated to work for macOS (where we fake posix_fallocate() in lib/portability.c). --- scripts/genconfig.sh | 5 - toys/other/fallocate.c | 1 - 2 files changed, 6 deletions(-) From