From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 975 invoked by alias); 30 Apr 2018 11:19:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 129801 invoked by uid 89); 30 Apr 2018 11:19:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:348, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Subject: Re: [PATCH 1/2] Deprecate sysctl syscall interface To: Adhemerval Zanella , Joseph Myers Cc: libc-alpha@sourceware.org References: <1524523018-7216-1-git-send-email-adhemerval.zanella@linaro.org> <447152b4-9689-3329-c6ac-e0486ce2e74a@linaro.org> From: Florian Weimer Message-ID: <8e171e4d-b761-f8a7-78f5-98d86c577cea@redhat.com> Date: Mon, 30 Apr 2018 11:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-04/txt/msg00613.txt.bz2 On 04/30/2018 01:09 PM, Adhemerval Zanella wrote: > * The obsolete function sysctl is no longer available to newly linkerd binaries; > the header has been removed. This function has been deprecated > since Linux 2.6.24 in favor of /proc/sys. Typo: “linkerd”. Thanks, Florian