tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Is statfs() still supposed to be in libc?



On Tue, Mar 27, 2018 at 10:29:18AM -0500, Jason Bacon wrote:
> Is statfs() still needed internally, or should it be removed from libc at
> this point?

No public symbols can ever be removed from libc, unless we bump the
major version (which we will at some point, but it is quite a big thing).

We would loose binary compatibility with old binaries otherwise.

Martin


Home | Main Index | Thread Index | Old Index