git/statinfo.c

#define USE_THE_REPOSITORY_VARIABLE

#include "git-compat-util.h"
#include "environment.h"
#include "statinfo.h"

/*
 * Munge st_size into an unsigned int.
 */
static unsigned int munge_st_size(off_t st_size) {}

void fill_stat_data(struct stat_data *sd, struct stat *st)
{}

static void set_times(struct stat *st, const struct stat_data *sd)
{}

void fake_lstat_data(const struct stat_data *sd, struct stat *st)
{}

int match_stat_data(const struct stat_data *sd, struct stat *st)
{}

void stat_validity_clear(struct stat_validity *sv)
{}

int stat_validity_check(struct stat_validity *sv, const char *path)
{}

void stat_validity_update(struct stat_validity *sv, int fd)
{}