This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]: handle missing fputc_unlocked on hpux


> I believe the oldest hpux we support is 10.  Dave is checking if
> putc_unlocked exists there as well.

putc_unlocked is available under HP-UX 10.20.  stdio.h defines a prototype
and macro for it when _REENTRANT is defined.  There is a libc function.
The same is true under HP-UX 11.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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