From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Linas Vepstas (Code Aurora)" Subject: __ARCH_WANT_SYSCALL_DEPRECATED Date: Mon, 22 Aug 2011 14:36:02 -0500 Message-ID: <20110822193602.GA23301__26705.7717232548$1314041785$gmane$org@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:57699 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753267Ab1HVTgN (ORCPT ); Mon, 22 Aug 2011 15:36:13 -0400 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann , GLIBC Devel , Chris Metcalf , Jonas Bonn , libc-ports@sourceware.org, linux-hexag Hi, So: What's the latest on asm-generic support on glibc?=20 I just pulled glibc-2.14 and note that Chris Metcalf's generic implementation hasn't been folded in yet.=20 It seems to work well for me, so can we expect it anytime soon? Another problem: If I don't define __ARCH_WANT_SYSCALL_DEPRECATED in the kernel asm/unistd.h then glibc won't build: currently, I get=20 =2E./sysdeps/unix/sysv/linux/getdents.c:105: error: =E2=80=98__NR_getde= nts=E2=80=99 undeclared (first use in this function) A very quick grep tells me that asm-generic defines a getdents64 but that is not what glibc is looking for. Is there any chance that there are glibc patches floating around somewhere that heal this and any remaining __ARCH_WANT_SYSCALL_DEPRECATED issues? --linas=20