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

Re: Fixing namespace issues for variables


> Well, portable code can't use &stdin, because it's simply not valid with a 
> traditional definition of stdin as (&_iob[0]).  The standard says the std* 
> macros are expressions of type "pointer to FILE", with no requirements on 
> being constant, able to have their address taken, etc.

OK.  But &foo is an issue for the other ones you're proposing changing.


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