This is the mail archive of the glibc-bugs@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]

[Bug libc/650] Building various packages with latest snapshot glibc-20050110 fails.


------- Additional Comments From gotom at debian dot or dot jp  2005-01-12 01:21 -------
Correct.  This patch should fix this problem.

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 $

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |drepper at redhat dot com
                   |jp                          |
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=650

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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