* strace.cc (strace::prntf): Make second argument the function name, rather
than use special format options. (strace::vprntf): Ditto. (getfunc): New function. * include/sys/strace.h: Reflect above changes. * smallprint.c (__small_vsprintf): Eliminate '%F' formatting. * pinfo.cc (set_myself): Modify for new strace::prntf parameter. * errno.cc (seterrno_from_win_error): Ditto. * fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Ditto. * fhandler_tty.cc (fhandler_tty_common::__release_output_mutex): Ditto.
This commit is contained in:
@@ -154,7 +154,7 @@ error_start_init (const char *buf)
|
||||
static void
|
||||
exception (EXCEPTION_RECORD *e, CONTEXT *in)
|
||||
{
|
||||
const char *exception_name = 0;
|
||||
const char *exception_name = NULL;
|
||||
|
||||
if (e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user