On 2019-03-30, Andrew Savchenko <[email protected]> wrote:
> On Sat, 30 Mar 2019 17:39:03 -0000 (UTC) Grant Edwards wrote:
>
>> glibc 2.27 has an include file "ustat.h" which declares a library
>> function ustat(). glibc 2.28 does not have that include file (nor the
>> function, AFAICT). Any application that #includes ustat.h or calls
>> ustat() fails to build with glibc 2.28.
>
> migrate to statfs() or fstatfs(), that's easy.

It would be if it was my code that needs to change.  It isn't.  It's a
third party library.

-- 
Grant




Reply via email to