[PATCH 1/2] Deprecate sysctl syscall interface

Adhemerval Zanella adhemerval.zanella@linaro.org
Wed Apr 25 17:55:00 GMT 2018



On 25/04/2018 11:46, Joseph Myers wrote:
> On Wed, 25 Apr 2018, Adhemerval Zanella wrote:
> 
>> This patch deprecate sysctl interface by issuing ENOSYS as default
> 
> That description doesn't make sense, since deprecating is nothing to do 
> with ENOSYS errors; the ENOSYS handling in this patch is actually a matter 
> of unification with the generic sysctl implementation.  I think you need 
> to update the patch description so it accurately describes this version of 
> the patch.
> 

What about:

---

This patch deprecates sysctl interface by removing the Linux sysctl.h header,
adding a compatibility symbol (with previous semantic including returning
ENOSYS), and avoiding new ports to build and provide the symbol.

---



More information about the Libc-alpha mailing list