Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 11:16:44 +1100
From:      Tim Robbins <tjr@FreeBSD.ORG>
To:        Alfred Perlstein <alfred@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/stdio Makefile.inc findfp.c src/share/examples/etc make.conf src/share/man/man5 make.conf.5
Message-ID:  <20021103111644.A43637@dilbert.robbins.dropbear.id.au>
In-Reply-To: <200211021947.gA2Jlr1M066867@repoman.freebsd.org>; from alfred@FreeBSD.ORG on Sat, Nov 02, 2002 at 11:47:53AM -0800
References:  <200211021947.gA2Jlr1M066867@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 02, 2002 at 11:47:53AM -0800, Alfred Perlstein wrote:

> alfred      2002/11/02 11:47:53 PST
> 
>   Modified files:
>     lib/libc/stdio       findfp.c Makefile.inc 
>     share/examples/etc   make.conf 
>     share/man/man5       make.conf.5 
>   Log:
>   Provide a hook to make __sF visible outside of libc for commercial apps
>   if WANT_COMPAT4_STDIO is defined when compiling libc.
>   
>   Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>

This basically defeats the point of moving from &__sF[0] to __stdinp,
since we can't change the size of struct __sFILE even without
WANT_COMPAT4_STDIO. I want to be able to remove the struct __sFILEX hack.
I also want to be able to remove similar things like _CurrentRuneLocale,
which all the <ctype.h> inline functions refer to.


Tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021103111644.A43637>