public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix no-tsd.c compile on certain arches
@ 2002-10-09  7:32 Jakub Jelinek
  2002-10-10  4:04 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2002-10-09  7:32 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

With this I succeeded to build current CVS on i386/i686/alpha/alphaev6/ia64
with make check passing everywhere but on ia64 due to the well known
miscompilation.
It did not fail in my i686 build previously, since there stdlib.h is
included from libc-tsd.h ... useldt.h.
Sorry.

2002-10-09  Jakub Jelinek  <jakub@redhat.com>

	* no-tsd.c: Include stdlib.h.

--- libc/linuxthreads/no-tsd.c	9 Oct 2002 10:32:32 -0000	1.1.1.5
+++ libc/linuxthreads/no-tsd.c	9 Oct 2002 12:01:31 -0000	1.2
@@ -19,6 +19,7 @@
 
 #include <sys/cdefs.h>  /* for __const */
 #include <bits/libc-tsd.h>
+#include <stdlib.h>
 
 #if !(USE_TLS && HAVE___THREAD)
 

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix no-tsd.c compile on certain arches
  2002-10-09  7:32 [PATCH] Fix no-tsd.c compile on certain arches Jakub Jelinek
@ 2002-10-10  4:04 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2002-10-10  4:04 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Roland McGrath, Glibc hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jakub Jelinek wrote:

> With this I succeeded to build current CVS on i386/i686/alpha/alphaev6/ia64
> with make check passing everywhere but on ia64 due to the well known
> miscompilation.

I've applied the patch.  Thanks,

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9pGCd2ijCOnn/RHQRAqvmAKCuuJFm/8nRGSn3996jJls+mUJAXwCeP1GZ
rt3RJGxkDaM5Ej4InTlyEW0=
=5vnJ
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-09 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09  7:32 [PATCH] Fix no-tsd.c compile on certain arches Jakub Jelinek
2002-10-10  4:04 ` Ulrich Drepper

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).