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: stderr vs. STDERR_FILENO


Benjamin Kosnik <bkoz@redhat.com> writes:

>>    The default terminate handler is __gnu_cxx::__verbose_terminate_handler, 
>>    which will attempt to write to stderr.  If your application closes
>>    stderr or redirects it to an inappropriate location for error
>>    messages, you should provide your own terminate handler.
>
> Thanks.
>
> Please add this pre-approved bit to
> http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4

I don't know how to do that.

zw


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