From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44972 invoked by alias); 19 Apr 2018 17:29:38 -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 44961 invoked by uid 89); 19 Apr 2018 17:29:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Thu, 19 Apr 2018 17:29:00 -0000 From: Joseph Myers To: Adhemerval Zanella CC: Subject: Re: [PATCH 4/7] Consolidate Linux getdents{64} implementation In-Reply-To: Message-ID: References: <1520017165-15830-1-git-send-email-adhemerval.zanella@linaro.org> <1520017165-15830-4-git-send-email-adhemerval.zanella@linaro.org> <58439e02-ad1d-2cdc-8d7c-fbc73fc8e2fc@linaro.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2018-04/txt/msg00424.txt.bz2 I'm seeing: /scratch/jmyers/glibc-bot/build/glibcs/mips64-linux-gnu-n32/glibc/libc_pic.a(getdents64.os): In function `__getdents64': /scratch/jmyers/glibc-bot/build/glibcs/mips64-linux-gnu-n32/glibc-src/dirent/../sysdeps/unix/sysv/linux/mips/mips64/getdents64.c:29: multiple definition of `__getdents' /scratch/jmyers/glibc-bot/build/glibcs/mips64-linux-gnu-n32/glibc/libc_pic.a(getdents.os):/scratch/jmyers/glibc-bot/build/glibcs/mips64-linux-gnu-n32/glibc-src/dirent/../sysdeps/unix/sysv/linux/getdents.c:35: first defined here for which this change seems the likely cause. https://sourceware.org/ml/libc-testresults/2018-q2/msg00093.html -- Joseph S. Myers joseph@codesourcery.com