From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12734 invoked by alias); 7 Jul 2007 00:10:03 -0000 Received: (qmail 12717 invoked by uid 22791); 7 Jul 2007 00:10:03 -0000 X-Spam-Check-By: sourceware.org Received: from mo11.iij4u.or.jp (HELO mo11.iij4u.or.jp) (210.138.174.79) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 07 Jul 2007 00:09:57 +0000 Received: by mo.iij4u.or.jp (mo11) id l6709fKm025177; Sat, 7 Jul 2007 09:09:41 +0900 Received: from localhost (238.152.138.210.bn.2iij.net [210.138.152.238]) by mbox.iij4u.or.jp (mbox10) id l6709eQV016860; Sat, 7 Jul 2007 09:09:40 +0900 Date: Sat, 07 Jul 2007 00:10:00 -0000 Message-Id: <20070707.090924.102142988.kkojima@rr.iij4u.or.jp> To: drepper@redhat.com Cc: libc-hacker@sources.redhat.com Subject: Re: [PATCH] check_pf.c: Include alloca.h From: Kaz Kojima In-Reply-To: <20070707.074224.38692079.kkojima@rr.iij4u.or.jp> References: <20070707.065436.35682509.kkojima@rr.iij4u.or.jp> <468EC0D1.5050104@redhat.com> <20070707.074224.38692079.kkojima@rr.iij4u.or.jp> X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00008.txt.bz2 > Ok. I'd like to see why alloca.h isn't included indirectly > in that case on SH. It turned out that it's because nptl/sysdeps/sh/tls.h missed including some standard headers. Uli, could you please approve the appended nptl patch? Sorry for not noticing this ealier. Regards, kaz -- 2007-07-06 Kaz Kojima * sysdeps/sh/tls.h: Include stdlib.h, list.h, sysdep.h and kernel-features.h. --- ORIG/libc/nptl/sysdeps/sh/tls.h 2007-06-09 15:11:40.000000000 +0900 +++ LOCAL/libc/nptl/sysdeps/sh/tls.h 2007-07-07 08:03:19.000000000 +0900 @@ -26,6 +26,10 @@ # include # include # include +# include +# include +# include +# include /* Type for the dtv. */ typedef union dtv