From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123344 invoked by alias); 12 Sep 2017 17:06:25 -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 123044 invoked by uid 89); 12 Sep 2017 17:06:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-27.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:1f86 X-HELO: mail-qt0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=u8lArOdMc88CR86so7EoQ08f/e4oInvjuvWOtkc5cI0=; b=HFwUewCIsHH6gmNLkbv7b+JnJq3Uk2bRUHZr9FDD0XxLAEc3zYNejSNJpZPO6rep6U rdU/WExeO0G/J1YyNc9bwW5bvOUgnKzG2eeO5bmLyJvfGglnPf2Lx2GcaNiisU7LXXWw q39nEzc01GNHSHa7Xxw5ZddOYw96yJMP2Mk+o67XvYvSYSZR5B3gfAU2UJu76H9CkR+z TkHcSksLbeMyyFxkk/XUeOyus9yR4BllIl1VxlIAbw7L68ac7Sry7sRKkoUc2aLpzlru GHYOp430jQOxL9T3DPf1qCoHijjM335gXn94tGULBjcqIOac09miACDNq3RduAitfS9P eyrg== X-Gm-Message-State: AHPjjUjefd3IPJqI3VAxrAYWaA82xmdq2Av+sQ/IjnEX8mnWP3m1WPsN KtEvcpgP0sTbraWz X-Google-Smtp-Source: AOwi7QDU7efh3lbkxYKIaXTUSXQmA7H9faSlMfcNguGZeOjl2x2Hm+6VVMp1iYS+MOON8yWNCcW+zQ== X-Received: by 10.237.63.82 with SMTP id q18mr23282046qtf.274.1505235981116; Tue, 12 Sep 2017 10:06:21 -0700 (PDT) Subject: Re: [PATCH 1/9] posix: Sync glob with gnulib [BZ #1062] To: Andreas Schwab Cc: libc-alpha@sourceware.org, Paul Eggert References: <1504643122-14874-1-git-send-email-adhemerval.zanella@linaro.org> <1504643122-14874-2-git-send-email-adhemerval.zanella@linaro.org> From: Adhemerval Zanella Message-ID: Date: Tue, 12 Sep 2017 17:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00520.txt.bz2 On 12/09/2017 11:20, Andreas Schwab wrote: > On Sep 05 2017, Adhemerval Zanella wrote: > >> diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile >> index e571fe2..30bd167 100644 >> --- a/sysdeps/unix/sysv/linux/Makefile >> +++ b/sysdeps/unix/sysv/linux/Makefile >> @@ -137,7 +137,7 @@ endif >> ifeq ($(subdir),posix) >> sysdep_headers += bits/initspin.h >> >> -sysdep_routines += sched_getcpu >> +sysdep_routines += sched_getcpu oldglob > > This means that oldglob is now added twice on alpha. > > Andreas. > Ack, I will fix it along with s390.