This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] Deprecate ustat syscall interface



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]