Re-run "make autostyle" with improved annotate_ifdef_directives

This commit is contained in:
Nick Mathewson
2019-09-30 08:57:37 -04:00
parent de66bed604
commit 53116ca0b7
81 changed files with 121 additions and 121 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ tor_process_monitor_poll_cb(periodic_timer_t *event, void *procmon_)
tor_free(errmsg);
}
}
#else /* !(defined(_WIN32)) */
#else /* !defined(_WIN32) */
/* Unix makes this part easy, if a bit racy. */
its_dead_jim = kill(procmon->pid, 0);
its_dead_jim = its_dead_jim && (errno == ESRCH);