cvs commit: src/include stdio.h src/lib/libc/stdio clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c xprintf.c

Daniel Eischen deischen at freebsd.org
Mon May 5 19:02:47 UTC 2008


On Mon, 5 May 2008, John Baldwin wrote:

> On Monday 05 May 2008 02:40:03 pm Alfred Perlstein wrote:
>> I'm _not_ objecting, just interested in why.
>>
>> Any references to discussions on this?  Are we now safe for
>> future compat or something?
>
> Having FILE be opaque broke just about every 'configure' script on the
> planet. :(

Can you just expose the public parts of it and leave the
rest as opaque placeholders or something, then map to a
real FILE in libc?

-- 
DE


More information about the cvs-all mailing list