public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix ldconfig.c with !NPTL
@ 2004-03-18 16:07 Jakub Jelinek
  2004-03-18 21:29 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-03-18 16:07 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

stdbool.h is included via nptl/descr.h in NPTL builds, but is not included
when doing linuxthreads build.

2004-03-18  Jakub Jelinek  <jakub@redhat.com>

	* elf/ldconfig.c: Include stdbool.h.

--- libc/elf/ldconfig.c.jj	2004-03-18 13:18:29.000000000 +0100
+++ libc/elf/ldconfig.c	2004-03-18 17:05:25.249720038 +0100
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <inttypes.h>
 #include <libintl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>

	Jakub

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

* Re: [PATCH] Fix ldconfig.c with !NPTL
  2004-03-18 16:07 [PATCH] Fix ldconfig.c with !NPTL Jakub Jelinek
@ 2004-03-18 21:29 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2004-03-18 21:29 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

> 2004-03-18  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* elf/ldconfig.c: Include stdbool.h.

I put it in.  Thanks.

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

end of thread, other threads:[~2004-03-18 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-18 16:07 [PATCH] Fix ldconfig.c with !NPTL Jakub Jelinek
2004-03-18 21:29 ` Roland McGrath

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