From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Florian Weimer Newsgroups: gmane.comp.lib.glibc.alpha Subject: Re: [PATCH 1/3] Refactor Linux ARCH_FORK implementation Date: Thu, 8 Mar 2018 13:05:10 +0100 Message-ID: <9940edf8-aa8d-fc1f-2751-54ca43572d55@redhat.com> References: <1518008967-8310-1-git-send-email-adhemerval.zanella@linaro.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1520510597 31352 195.159.176.226 (8 Mar 2018 12:03:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2018 12:03:17 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 To: Adhemerval Zanella , libc-alpha@sourceware.org Original-X-From: libc-alpha-return-90898-glibc-alpha=m.gmane.org@sourceware.org Thu Mar 08 13:03:13 2018 Return-path: Envelope-to: glibc-alpha@blaine.gmane.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=rZXanfdbFL9OGHgr /Wu1LqKGGGGlCXuR5KO69mSJlj48F+Z/NQCGynmJQLc9wwWFqr0zjaFLt33YGrNg 4GhH0Bd+eYr/TNFJMJhHi9t/UXsuUFNwdNf4Jvgg0ZCiwiNRyDNSJSQHnl4A0FeC hKGrB/r8tfCD+1rHXs6kpYdmlkY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=0ahmE2lnrxXpeZTZBg/Gv2 IcwvA=; b=v2LT5ZD1I8IUQpFoLzOarZrzAjA3m2BpT+qOo7y0AHGpgWL4p6ipLd uCODZro/ahB48RMoHLYwSeG3lqfHPCh79B1nHxFQZmZCfoUM2d0wCqz43xc1RKTa S1fKZswclVzizw2N33OP21WYpuM5LIBMVjhq00ANzJP4WcsYr1YUU= Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: libc-alpha-owner@sourceware.org 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,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:217 X-HELO: mx1.redhat.com In-Reply-To: <1518008967-8310-1-git-send-email-adhemerval.zanella@linaro.org> Xref: news.gmane.org gmane.comp.lib.glibc.alpha:83241 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1etuGN-0007ya-Dz for glibc-alpha@blaine.gmane.org; Thu, 08 Mar 2018 13:03:11 +0100 Received: (qmail 92428 invoked by alias); 8 Mar 2018 12:05:15 -0000 Received: (qmail 92419 invoked by uid 89); 8 Mar 2018 12:05:14 -0000 On 02/07/2018 02:09 PM, Adhemerval Zanella wrote: > * sysdeps/nptl/fork.c (ARCH_FORK): Replace by auch_fork. arch_fork? Looks good otherwise. Thanks, Florian