Also use func rather than hardcoding the function name. This code now fits in 80 columns without splitting the log message.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libc/stdlib/cxa_thread_atexit_impl.c | ||
---|---|---|
113 | Will __func__ be expanded to __cxa_thread_call_dtors ? |
Comment Actions
Ok, __cxa_thread_call_dtors is more useful for tracking this down so restore explicit function name (and just accept > 80 cols)