mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-06-23 08:18:53 +00:00
mdbx-test: fix minor Solaris/SunOS warnings.
This commit is contained in:
parent
c0704db03a
commit
4b7e39e304
@ -536,12 +536,12 @@ int osal_actor_poll(mdbx_pid_t &pid, unsigned timeout) {
|
||||
case SIGFPE:
|
||||
case SIGILL:
|
||||
case SIGSEGV:
|
||||
log_notice("child pid %u terminated by SIG%s", pid,
|
||||
log_notice("child pid %lu terminated by SIG%s", (long)pid,
|
||||
signal_name(WTERMSIG(status)));
|
||||
children[pid] = as_coredump;
|
||||
break;
|
||||
default:
|
||||
log_notice("child pid %u killed by SIG%s", pid,
|
||||
log_notice("child pid %lu killed by SIG%s", (long)pid,
|
||||
signal_name(WTERMSIG(status)));
|
||||
children[pid] = as_killed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user