This is the mail archive of the glibc-bugs@sourceware.org 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/5428] New: malloc.h fails to build in some cases


Consider the simple program below:

---
#define _XOPEN_SOURCE
#include <wchar.h>
#include <malloc.h>
---

It fails to compile:
In file included from test.c:3:
/usr/include/malloc.h:85: error: expected &#8216;)&#8217; before &#8216;__size&#8217;
/usr/include/malloc.h:88: error: expected &#8216;)&#8217; before &#8216;__size&#8217;


Patch will follow shortly

-- 
           Summary: malloc.h fails to build in some cases
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=5428

------- 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]