Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for fstatat(). More...
#include <fcntl.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
int | __wrap_fstatat (int fd, const char *path, struct stat *buf, int flag) |
Header declaring 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.