[PATCH 2/2] Deprecate ustat syscall interface
Adhemerval Zanella
adhemerval.zanella@linaro.org
Wed Apr 25 17:59:00 GMT 2018
On 25/04/2018 11:47, Joseph Myers wrote:
> On Wed, 25 Apr 2018, Adhemerval Zanella wrote:
>
>> This patch deprecate ustat interface by issuing ENOSYS as default
>> and adds compat symbol for architectures which still defines
>> __NR_ustat.
>
> Again, ENOSYS is nothing to do with deprecation.
I will change to
This patch deprecates ustat interface by removing ustat.h related headers,
adding a compatibility symbol, and avoiding new ports to build and provide
the symbol.
>
>> +/* This deprecated syscall is no longer used (replaced with fstat). */
>
> All these comments are inaccurate (should reference statfs etc., not
> fstat).
>
Ack.
More information about the Libc-alpha
mailing list