summaryrefslogtreecommitdiffstats
path: root/support/include/xstat.h
blob: f1241bbfdc0eebbc02a0d7912a57b0bfca75f23b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (C) 2019 Trond Myklebust <trond.myklebust@hammerspace.com>
 */
#ifndef XSTAT_H
#define XSTAT_H

struct stat;

int xlstat(const char *pathname, struct stat *statbuf);
int xstat(const char *pathname, struct stat *statbuf);
#endif