public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Kaz Kojima <kkojima@rr.iij4u.or.jp>
To: drepper@redhat.com
Cc: libc-hacker@sources.redhat.com
Subject: Re: [PATCH] check_pf.c: Include alloca.h
Date: Sat, 07 Jul 2007 00:10:00 -0000	[thread overview]
Message-ID: <20070707.090924.102142988.kkojima@rr.iij4u.or.jp> (raw)
In-Reply-To: <20070707.074224.38692079.kkojima@rr.iij4u.or.jp>

> 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  <kkojima@rr.iij4u.or.jp>

	* 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 <stdbool.h>
 # include <stddef.h>
 # include <stdint.h>
+# include <stdlib.h>
+# include <list.h>
+# include <sysdep.h>
+# include <kernel-features.h>
 
 /* Type for the dtv.  */
 typedef union dtv

  parent reply	other threads:[~2007-07-07  0:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-06 21:55 Kaz Kojima
2007-07-06 22:23 ` Ulrich Drepper
2007-07-06 22:43   ` Kaz Kojima
2007-07-06 23:54     ` Ulrich Drepper
2007-07-07  0:10     ` Kaz Kojima [this message]
2007-07-07  1:54       ` Ulrich Drepper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070707.090924.102142988.kkojima@rr.iij4u.or.jp \
    --to=kkojima@rr.iij4u.or.jp \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).