[PATCH] Fix ldconfig.c with !NPTL

Jakub Jelinek jakub@redhat.com
Thu Mar 18 16:07:00 GMT 2004


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



More information about the Libc-hacker mailing list