Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for fstatat(). More...
Functions | |
int | __wrap_fstatat (int fd, const char *path, struct stat *buf, int flag) |
Implementation of a mock function for fstatat().
int __wrap_fstatat | ( | int | fd, |
const char * | path, | ||
struct stat * | buf, | ||
int | flag | ||
) |
Mock function for fstatat().
Checks that the right parameters are given and return a preset value.