This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: [Patch] Fix type signature of feof and ferror in c++


libc++ does do the undef & wrap with an inline function thing in <cstdio>. This particular test, however, is checking that <stdio.h> things have the correct signature.


Cheers,

Jon

On 12/11/14 9:18 AM, Yaakov Selkowitz wrote:
On 2014-12-11 10:08, Jonathan Roelofs wrote:
This fixes one of the libc++ tests: depr/depr.c.headers/stdio_h.pass.cpp

These macros are undef'ed in libstdc++ <cstdio>; does libc++ not do the same?


--
Jon Roelofs
jonathan@codesourcery.com
CodeSourcery / Mentor Embedded


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