This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
>>>>> Ulrich Drepper <drepper@cygnus.com> writes: > Brendan Kehoe <brendan@cygnus.com> writes: >> As I recall, the identifier `clog' is a reserved for the stream >> object "clog". The method c_log should be coming from math/clog.c I >> believe. > Almost. Clog is *abused* in the AT&T streams implementation and we > support it for compatibility. In the past, we have renamed the symbol for iostreams clog (to __IO_clog) because of conflicts with the system library (on Digital Unix, I think). Jason