From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32733 invoked by alias); 22 Dec 2005 01:15:33 -0000 Received: (qmail 32717 invoked by uid 22791); 22 Dec 2005 01:15:33 -0000 X-Spam-Check-By: sourceware.org Received: from gateway.sf.frob.com (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Dec 2005 01:15:32 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 8C14E357B; Wed, 21 Dec 2005 17:15:29 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 3FA311809B6; Wed, 21 Dec 2005 17:15:29 -0800 (PST) From: Roland McGrath To: GNU libc hacker Subject: sysdeps/generic changes X-Shopping-List: (1) Innocent attention (2) Virulent slanderous incantation cows (3) Inconvenient yies (4) Diffident judicious dog buds Message-Id: <20051222011529.3FA311809B6@magilla.sf.frob.com> Date: Thu, 22 Dec 2005 01:15:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00042.txt.bz2 I tried to do a somewhat exhaustive change of #include "" to <> in cases where it might have been wrong. I left many "" cases that were clearly right or clearly didn't matter, though I also changed some that didn't really matter. Hopefully I changed all the ones that matter and didn't change any that shouldn't have been changed. After this it's probably possible to move header files from sysdeps/generic into respective subdirs for headers that are only referenced within their own subdir (the top-level subdir whose Makefile lists that header). Similarly, nptl/sysdeps/{pthread,generic} files that are only used in the libpthread build can move to nptl/.