This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[BZ#650] malloc/malloc.h compilation breakage


Hi,

It fixes malloc/malloc.h compilation breakage reported in BZ#650.
Please take a look at it.

Regards,
-- gotom

2005-01-12  GOTO Masanori  <gotom@debian.or.jp>

	[BZ #650]
	* malloc/malloc.h: Always include features.h.

Index: malloc/malloc.h
===================================================================
RCS file: /cvs/glibc/libc/malloc/malloc.h,v
retrieving revision 1.27
diff -u -r1.27 malloc.h
--- malloc/malloc.h	7 Jan 2005 19:41:24 -0000	1.27
+++ malloc/malloc.h	12 Jan 2005 01:05:53 -0000
@@ -20,9 +20,7 @@
 #ifndef _MALLOC_H
 #define _MALLOC_H 1
 
-#ifdef _LIBC
 #include <features.h>
-#endif
 
 /*
   $Id: malloc.h,v 1.27 2005/01/07 19:41:24 drepper Exp $


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]