Welcome to mirror list, hosted at ThFree Co, Russian Federation.

procinfo.c « stub « compat - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12c0a23c9ee5c486b8878bf1731886be8584942d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "git-compat-util.h"

#include "trace2.h"

/*
 * Stub. See sample implementations in compat/linux/procinfo.c and
 * compat/win32/trace2_win32_process_info.c.
 */
void trace2_collect_process_info(enum trace2_process_info_reason reason)
{
}