Crinit -- Configurable Rootfs Init
mock-fstatat.h File Reference

(2023-10-16, commit: 49337e0)

Header declaring a mock function for fstatat(). More...

#include <fcntl.h>
#include <sys/stat.h>
Include dependency graph for mock-fstatat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __wrap_fstatat (int fd, const char *path, struct stat *buf, int flag)
 

Detailed Description

Header declaring a mock function for fstatat().

Function Documentation

◆ __wrap_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.